Html Css Color HEX #C956BB Fuchsia

📋 copy color: '#C956BB'

red 201 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #C956BB

Tints of Fuchsia #C956BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.14%

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

R = 42.41%
G = 18.14%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C956BB (or 0xC956BB) is known color: Fuchsia. HEX triplet: C9, 56 and BB. RGB value is (201,86,187). Sum of RGB (Red+Green+Blue) = 201+86+187=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C956BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956BB is #36A944. Grayscale: #838383. Windows color (decimal): -3582277 or 12277449. OLE color: 12277449.

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

Color convert

RGB 201 86 187 -
CMYK 0 0.57 0.07 0.21
HSL 307.3º 0.52% 0.56% -
HSV(B) 307.3º 0.57% 0.79% -
XYZ 36.38 22.66 49.47 -
YUV 131.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 201 86 187 0 0.57 0.07 0.21 307.3 0.52 0.56
Hex C9 56 BB 0 39 7 15 133 34 38
Octal 311 126 273 0 71 7 25 463 64 70
Binary 11001001 1010110 10111011 0 111001 111 10101 100110011 110100 111000

Color Harmonies of #C956BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956BB

Black with #C956BB

Text Example


Text Example

White with #C956BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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