Html Css Color HEX #C966BB Fuchsia

📋 copy color: '#C966BB'

red 201 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #C966BB

Tints of Fuchsia #C966BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 41.02%
G = 20.82%
B = 38.16%

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

#C966BB (or 0xC966BB) is known color: Fuchsia. HEX triplet: C9, 66 and BB. RGB value is (201,102,187). Sum of RGB (Red+Green+Blue) = 201+102+187=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C966BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966BB is #369944. Grayscale: #8D8D8D. Windows color (decimal): -3578181 or 12281545. OLE color: 12281545.

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

Color convert

RGB 201 102 187 -
CMYK 0 0.49 0.07 0.21
HSL 308.48º 0.48% 0.59% -
HSV(B) 308.48º 0.49% 0.79% -
XYZ 37.81 25.51 49.94 -
YUV 141.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 201 102 187 0 0.49 0.07 0.21 308.48 0.48 0.59
Hex C9 66 BB 0 31 7 15 134 30 3B
Octal 311 146 273 0 61 7 25 464 60 73
Binary 11001001 1100110 10111011 0 110001 111 10101 100110100 110000 111011

Color Harmonies of #C966BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966BB

Black with #C966BB

Text Example


Text Example

White with #C966BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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