Html Css Color HEX #C966BA Fuchsia

📋 copy color: '#C966BA'

red 201 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #C966BA

Tints of Fuchsia #C966BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 41.1%
G = 20.86%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C966BA (or 0xC966BA) is known color: Fuchsia. HEX triplet: C9, 66 and BA. RGB value is (201,102,186). Sum of RGB (Red+Green+Blue) = 201+102+186=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C966BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966BA is #369945. Grayscale: #8C8C8C. Windows color (decimal): -3578182 or 12216009. OLE color: 12216009.

HSL color Cylindrical-coordinate representation of color #C966BA: hue angle of 309.09º 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 #C966BA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 186 -
CMYK 0 0.49 0.07 0.21
HSL 309.09º 0.48% 0.59% -
HSV(B) 309.09º 0.49% 0.79% -
XYZ 37.7 25.47 49.38 -
YUV 141.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 201 102 186 0 0.49 0.07 0.21 309.09 0.48 0.59
Hex C9 66 BA 0 31 7 15 135 30 3B
Octal 311 146 272 0 61 7 25 465 60 73
Binary 11001001 1100110 10111010 0 110001 111 10101 100110101 110000 111011

Color Harmonies of #C966BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966BA

Black with #C966BA

Text Example


Text Example

White with #C966BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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