Html Css Color HEX #C966CA Fuchsia

📋 copy color: '#C966CA'

red 201 ◦ green 102 ◦ blue 202

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

Shades of Fuchsia #C966CA

Tints of Fuchsia #C966CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 39.8%
G = 20.2%
B = 40%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C966CA (or 0xC966CA) is known color: Fuchsia. HEX triplet: C9, 66 and CA. RGB value is (201,102,202). Sum of RGB (Red+Green+Blue) = 201+102+202=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #C966CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966CA is #369935. Grayscale: #8E8E8E. Windows color (decimal): -3578166 or 13264585. OLE color: 13264585.

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

Color convert

RGB 201 102 202 -
CMYK 0.00 0.50 0 0.21
HSL 299.4º 0.49% 0.6% -
HSV(B) 299.4º 0.5% 0.79% -
XYZ 39.5 26.18 58.85 -
YUV 143 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 201 102 202 0.00 0.50 0 0.21 299.4 0.49 0.6
Hex C9 66 CA 0 32 0 15 12B 31 3C
Octal 311 146 312 0 62 0 25 453 61 74
Binary 11001001 1100110 11001010 0 110010 0 10101 100101011 110001 111100

Color Harmonies of #C966CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966CA

Black with #C966CA

Text Example


Text Example

White with #C966CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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