Shades of Fuchsia #C956BA
Tints of Fuchsia #C956BA
RGB
CMYK
RGB Variations
Color information
#C956BA (or 0xC956BA) is known color: Fuchsia. HEX triplet: C9, 56 and BA. RGB value is (201,86,186). Sum of RGB (Red+Green+Blue) = 201+86+186=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C956BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956BA is #36A945. Grayscale: #838383. Windows color (decimal): -3582278 or 12211913. OLE color: 12211913.
HSL color Cylindrical-coordinate representation of color #C956BA: hue angle of 307.83º 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 #C956BA is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 186 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.21 |
| HSL | 307.83º | 0.52% | 0.56% | - |
| HSV(B) | 307.83º | 0.57% | 0.79% | - |
| XYZ | 36.28 | 22.62 | 48.91 | - |
| YUV | 131.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 186 | 0 | 0.57 | 0.07 | 0.21 | 307.83 | 0.52 | 0.56 |
| Hex | C9 | 56 | BA | 0 | 39 | 7 | 15 | 134 | 34 | 38 |
| Octal | 311 | 126 | 272 | 0 | 71 | 7 | 25 | 464 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10111010 | 0 | 111001 | 111 | 10101 | 100110100 | 110100 | 111000 |
Color Harmonies of #C956BA
Complementary color
Monochromatic Colors of #C956BA
Black with #C956BA
Text Example
Text Example
White with #C956BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956BA; }
p { color: rgb(201,86,186); }
H1.HeaderClassName
{
color: #C956BA;
}
.AnyTagClassName
{
color: #C956BA;
}
</style>
background-color css
<style>
a { background-color: #C956BA; }
a { background-color: rgb(201,86,186); }
div.DivClassName
{
background-color: #C956BA;
}
.BgClassName
{
background-color: #C956BA;
}
</style>
border-color css
<style>
span { border-color: #C956BA; }
span { border-color: rgb(201,86,186); }
td.TdClassName
{
border-color: #C956BA;
}
.TagClassName
{
border-color: #C956BA;
}
</style>