Html Css Color HEX #C53FC2 Fuchsia

📋 copy color: '#C53FC2'

red 197 ◦ green 63 ◦ blue 194

#C53FC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C53FC2

Tints of Fuchsia #C53FC2

RGB

 RED value IS 197 (77.34% from 255) = 43.39%

 GREEN value IS 63 (25% from 255) = 13.88%

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 43.39%
G = 13.88%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C53FC2 (or 0xC53FC2) is known color: Fuchsia. HEX triplet: C5, 3F and C2. RGB value is (197,63,194). Sum of RGB (Red+Green+Blue) = 197+63+194=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FC2 is #3AC03D. Grayscale: #757575. Windows color (decimal): -3850302 or 12730309. OLE color: 12730309.

HSL color Cylindrical-coordinate representation of color #C53FC2: hue angle of 301.34º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53FC2 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 194 -
CMYK 0 0.68 0.02 0.23
HSL 301.34º 0.54% 0.51% -
HSV(B) 301.34º 0.68% 0.77% -
XYZ 34.54 19.32 52.95 -
YUV 118 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 197 63 194 0 0.68 0.02 0.23 301.34 0.54 0.51
Hex C5 3F C2 0 44 2 17 12D 36 33
Octal 305 77 302 0 104 2 27 455 66 63
Binary 11000101 111111 11000010 0 1000100 10 10111 100101101 110110 110011

Color Harmonies of #C53FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FC2

Black with #C53FC2

Text Example


Text Example

White with #C53FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FC2; }

 p { color: rgb(197,63,194); }

 H1.HeaderClassName
 {
   color: #C53FC2;
 }
 .AnyTagClassName
 {
   color: #C53FC2;
 }
</style>

background-color css

<style>
 a { background-color: #C53FC2; }

 a { background-color: rgb(197,63,194); }

 div.DivClassName
 {
   background-color: #C53FC2;
 }
 .BgClassName
 {
   background-color: #C53FC2;
 }
</style>

border-color css

<style>
 span { border-color: #C53FC2; }

 span { border-color: rgb(197,63,194); }

 td.TdClassName
 {
   border-color: #C53FC2;
 }
 .TagClassName
 {
   border-color: #C53FC2;
 }
</style>