Html Css Color HEX #C466CB Fuchsia

📋 copy color: '#C466CB'

red 196 ◦ green 102 ◦ blue 203

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

Shades of Fuchsia #C466CB

Tints of Fuchsia #C466CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.36%

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

R = 39.12%
G = 20.36%
B = 40.52%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C466CB (or 0xC466CB) is known color: Fuchsia. HEX triplet: C4, 66 and CB. RGB value is (196,102,203). Sum of RGB (Red+Green+Blue) = 196+102+203=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C466CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466CB is #3B9934. Grayscale: #8D8D8D. Windows color (decimal): -3905845 or 13330116. OLE color: 13330116.

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

Color convert

RGB 196 102 203 -
CMYK 0.03 0.50 0 0.20
HSL 295.84º 0.49% 0.6% -
HSV(B) 295.84º 0.5% 0.8% -
XYZ 38.3 25.55 59.41 -
YUV 141.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 196 102 203 0.03 0.50 0 0.20 295.84 0.49 0.6
Hex C4 66 CB 3 32 0 14 128 31 3C
Octal 304 146 313 3 62 0 24 450 61 74
Binary 11000100 1100110 11001011 11 110010 0 10100 100101000 110001 111100

Color Harmonies of #C466CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466CB

Black with #C466CB

Text Example


Text Example

White with #C466CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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