Shades of Fuchsia #C956B2
Tints of Fuchsia #C956B2
RGB
CMYK
RGB Variations
Color information
#C956B2 (or 0xC956B2) is known color: Fuchsia. HEX triplet: C9, 56 and B2. RGB value is (201,86,178). Sum of RGB (Red+Green+Blue) = 201+86+178=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C956B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956B2 is #36A94D. Grayscale: #828282. Windows color (decimal): -3582286 or 11687625. OLE color: 11687625.
HSL color Cylindrical-coordinate representation of color #C956B2: hue angle of 312º 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 #C956B2 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 178 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.21 |
| HSL | 312º | 0.52% | 0.56% | - |
| HSV(B) | 312º | 0.57% | 0.79% | - |
| XYZ | 35.45 | 22.29 | 44.55 | - |
| YUV | 130.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 178 | 0 | 0.57 | 0.11 | 0.21 | 312 | 0.52 | 0.56 |
| Hex | C9 | 56 | B2 | 0 | 39 | B | 15 | 138 | 34 | 38 |
| Octal | 311 | 126 | 262 | 0 | 71 | 13 | 25 | 470 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10110010 | 0 | 111001 | 1011 | 10101 | 100111000 | 110100 | 111000 |
Color Harmonies of #C956B2
Complementary color
Monochromatic Colors of #C956B2
Black with #C956B2
Text Example
Text Example
White with #C956B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956B2; }
p { color: rgb(201,86,178); }
H1.HeaderClassName
{
color: #C956B2;
}
.AnyTagClassName
{
color: #C956B2;
}
</style>
background-color css
<style>
a { background-color: #C956B2; }
a { background-color: rgb(201,86,178); }
div.DivClassName
{
background-color: #C956B2;
}
.BgClassName
{
background-color: #C956B2;
}
</style>
border-color css
<style>
span { border-color: #C956B2; }
span { border-color: rgb(201,86,178); }
td.TdClassName
{
border-color: #C956B2;
}
.TagClassName
{
border-color: #C956B2;
}
</style>