Html Css Color HEX #C966CC Fuchsia

📋 copy color: '#C966CC'

red 201 ◦ green 102 ◦ blue 204

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

Shades of Fuchsia #C966CC

Tints of Fuchsia #C966CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 39.64%
G = 20.12%
B = 40.24%

CMYK

 C value IS 0.01

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C966CC (or 0xC966CC) is known color: Fuchsia. HEX triplet: C9, 66 and CC. RGB value is (201,102,204). Sum of RGB (Red+Green+Blue) = 201+102+204=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C966CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966CC is #369933. Grayscale: #8E8E8E. Windows color (decimal): -3578164 or 13395657. OLE color: 13395657.

HSL color Cylindrical-coordinate representation of color #C966CC: hue angle of 298.24º degrees, saturation: 0.5, 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 #C966CC is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 102 204 -
CMYK 0.01 0.5 0 0.2
HSL 298.24º 0.5% 0.6% -
HSV(B) 298.24º 0.5% 0.8% -
XYZ 39.74 26.28 60.1 -
YUV 143.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 201 102 204 0.01 0.5 0 0.2 298.24 0.5 0.6
Hex C9 66 CC 1 32 0 14 12A 32 3C
Octal 311 146 314 1 62 0 24 452 62 74
Binary 11001001 1100110 11001100 1 110010 0 10100 100101010 110010 111100

Color Harmonies of #C966CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966CC

Black with #C966CC

Text Example


Text Example

White with #C966CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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