Shades of Fuchsia #C956B8
Tints of Fuchsia #C956B8
RGB
CMYK
RGB Variations
Color information
#C956B8 (or 0xC956B8) is known color: Fuchsia. HEX triplet: C9, 56 and B8. RGB value is (201,86,184). Sum of RGB (Red+Green+Blue) = 201+86+184=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C956B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956B8 is #36A947. Grayscale: #838383. Windows color (decimal): -3582280 or 12080841. OLE color: 12080841.
HSL color Cylindrical-coordinate representation of color #C956B8: hue angle of 308.87º 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 #C956B8 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 184 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.21 |
| HSL | 308.87º | 0.52% | 0.56% | - |
| HSV(B) | 308.87º | 0.57% | 0.79% | - |
| XYZ | 36.07 | 22.53 | 47.8 | - |
| YUV | 131.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 184 | 0 | 0.57 | 0.08 | 0.21 | 308.87 | 0.52 | 0.56 |
| Hex | C9 | 56 | B8 | 0 | 39 | 8 | 15 | 135 | 34 | 38 |
| Octal | 311 | 126 | 270 | 0 | 71 | 10 | 25 | 465 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10111000 | 0 | 111001 | 1000 | 10101 | 100110101 | 110100 | 111000 |
Color Harmonies of #C956B8
Complementary color
Monochromatic Colors of #C956B8
Black with #C956B8
Text Example
Text Example
White with #C956B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956B8; }
p { color: rgb(201,86,184); }
H1.HeaderClassName
{
color: #C956B8;
}
.AnyTagClassName
{
color: #C956B8;
}
</style>
background-color css
<style>
a { background-color: #C956B8; }
a { background-color: rgb(201,86,184); }
div.DivClassName
{
background-color: #C956B8;
}
.BgClassName
{
background-color: #C956B8;
}
</style>
border-color css
<style>
span { border-color: #C956B8; }
span { border-color: rgb(201,86,184); }
td.TdClassName
{
border-color: #C956B8;
}
.TagClassName
{
border-color: #C956B8;
}
</style>