Html Css Color HEX #C959BB Fuchsia

📋 copy color: '#C959BB'

red 201 ◦ green 89 ◦ blue 187

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

Shades of Fuchsia #C959BB

Tints of Fuchsia #C959BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.66%

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

R = 42.14%
G = 18.66%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C959BB (or 0xC959BB) is known color: Fuchsia. HEX triplet: C9, 59 and BB. RGB value is (201,89,187). Sum of RGB (Red+Green+Blue) = 201+89+187=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C959BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959BB is #36A644. Grayscale: #858585. Windows color (decimal): -3581509 or 12278217. OLE color: 12278217.

HSL color Cylindrical-coordinate representation of color #C959BB: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959BB is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 187 -
CMYK 0 0.56 0.07 0.21
HSL 307.5º 0.51% 0.57% -
HSV(B) 307.5º 0.56% 0.79% -
XYZ 36.63 23.15 49.55 -
YUV 133.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 201 89 187 0 0.56 0.07 0.21 307.5 0.51 0.57
Hex C9 59 BB 0 38 7 15 134 33 39
Octal 311 131 273 0 70 7 25 464 63 71
Binary 11001001 1011001 10111011 0 111000 111 10101 100110100 110011 111001

Color Harmonies of #C959BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959BB

Black with #C959BB

Text Example


Text Example

White with #C959BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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