Html Css Color HEX #C966CB Fuchsia

📋 copy color: '#C966CB'

red 201 ◦ green 102 ◦ blue 203

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

Shades of Fuchsia #C966CB

Tints of Fuchsia #C966CB

RGB

 RED value IS 201 (78.91% from 255) = 39.72%

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

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

R = 39.72%
G = 20.16%
B = 40.12%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C966CB (or 0xC966CB) is known color: Fuchsia. HEX triplet: C9, 66 and CB. RGB value is (201,102,203). Sum of RGB (Red+Green+Blue) = 201+102+203=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C966CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966CB is #369934. Grayscale: #8E8E8E. Windows color (decimal): -3578165 or 13330121. OLE color: 13330121.

HSL color Cylindrical-coordinate representation of color #C966CB: hue angle of 298.81º 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 #C966CB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 102 203 -
CMYK 0.01 0.50 0 0.20
HSL 298.81º 0.49% 0.6% -
HSV(B) 298.81º 0.5% 0.8% -
XYZ 39.62 26.23 59.48 -
YUV 143.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 201 102 203 0.01 0.50 0 0.20 298.81 0.49 0.6
Hex C9 66 CB 1 32 0 14 12B 31 3C
Octal 311 146 313 1 62 0 24 453 61 74
Binary 11001001 1100110 11001011 1 110010 0 10100 100101011 110001 111100

Color Harmonies of #C966CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966CB

Black with #C966CB

Text Example


Text Example

White with #C966CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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