Html Css Color HEX #C956B6 Fuchsia

📋 copy color: '#C956B6'

red 201 ◦ green 86 ◦ blue 182

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

Shades of Fuchsia #C956B6

Tints of Fuchsia #C956B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.81%

R = 42.86%
G = 18.34%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C956B6 (or 0xC956B6) is known color: Fuchsia. HEX triplet: C9, 56 and B6. RGB value is (201,86,182). Sum of RGB (Red+Green+Blue) = 201+86+182=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C956B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956B6 is #36A949. Grayscale: #838383. Windows color (decimal): -3582282 or 11949769. OLE color: 11949769.

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

Color convert

RGB 201 86 182 -
CMYK 0 0.57 0.09 0.21
HSL 309.91º 0.52% 0.56% -
HSV(B) 309.91º 0.57% 0.79% -
XYZ 35.86 22.45 46.7 -
YUV 131.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 201 86 182 0 0.57 0.09 0.21 309.91 0.52 0.56
Hex C9 56 B6 0 39 9 15 136 34 38
Octal 311 126 266 0 71 11 25 466 64 70
Binary 11001001 1010110 10110110 0 111001 1001 10101 100110110 110100 111000

Color Harmonies of #C956B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956B6

Black with #C956B6

Text Example


Text Example

White with #C956B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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