Html Css Color HEX #C462CB Fuchsia

📋 copy color: '#C462CB'

red 196 ◦ green 98 ◦ blue 203

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

Shades of Fuchsia #C462CB

Tints of Fuchsia #C462CB

RGB

 RED value IS 196 (76.95% from 255) = 39.44%

 GREEN value IS 98 (38.67% from 255) = 19.72%

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 39.44%
G = 19.72%
B = 40.85%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C462CB (or 0xC462CB) is known color: Fuchsia. HEX triplet: C4, 62 and CB. RGB value is (196,98,203). Sum of RGB (Red+Green+Blue) = 196+98+203=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C462CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462CB is #3B9D34. Grayscale: #8A8A8A. Windows color (decimal): -3906869 or 13329092. OLE color: 13329092.

HSL color Cylindrical-coordinate representation of color #C462CB: hue angle of 296º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C462CB is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 98 203 -
CMYK 0.03 0.52 0 0.20
HSL 296º 0.5% 0.59% -
HSV(B) 296º 0.52% 0.8% -
XYZ 37.91 24.78 59.29 -
YUV 139.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 196 98 203 0.03 0.52 0 0.20 296 0.5 0.59
Hex C4 62 CB 3 34 0 14 128 32 3B
Octal 304 142 313 3 64 0 24 450 62 73
Binary 11000100 1100010 11001011 11 110100 0 10100 100101000 110010 111011

Color Harmonies of #C462CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462CB

Black with #C462CB

Text Example


Text Example

White with #C462CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462CB; }

 p { color: rgb(196,98,203); }

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

background-color css

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

 a { background-color: rgb(196,98,203); }

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

border-color css

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

 span { border-color: rgb(196,98,203); }

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