Html Css Color HEX #C966C8 Fuchsia

📋 copy color: '#C966C8'

red 201 ◦ green 102 ◦ blue 200

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

Shades of Fuchsia #C966C8

Tints of Fuchsia #C966C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 39.96%
G = 20.28%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C966C8 (or 0xC966C8) is known color: Fuchsia. HEX triplet: C9, 66 and C8. RGB value is (201,102,200). Sum of RGB (Red+Green+Blue) = 201+102+200=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C966C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966C8 is #369937. Grayscale: #8E8E8E. Windows color (decimal): -3578168 or 13133513. OLE color: 13133513.

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

Color convert

RGB 201 102 200 -
CMYK 0 0.49 0.00 0.21
HSL 300.61º 0.48% 0.59% -
HSV(B) 300.61º 0.49% 0.79% -
XYZ 39.26 26.09 57.61 -
YUV 142.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 201 102 200 0 0.49 0.00 0.21 300.61 0.48 0.59
Hex C9 66 C8 0 31 0 15 12D 30 3B
Octal 311 146 310 0 61 0 25 455 60 73
Binary 11001001 1100110 11001000 0 110001 0 10101 100101101 110000 111011

Color Harmonies of #C966C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966C8

Black with #C966C8

Text Example


Text Example

White with #C966C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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