Shades of Fuchsia #C956C1
Tints of Fuchsia #C956C1
RGB
CMYK
RGB Variations
Color information
#C956C1 (or 0xC956C1) is known color: Fuchsia. HEX triplet: C9, 56 and C1. RGB value is (201,86,193). Sum of RGB (Red+Green+Blue) = 201+86+193=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C956C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956C1 is #36A93E. Grayscale: #848484. Windows color (decimal): -3582271 or 12670665. OLE color: 12670665.
HSL color Cylindrical-coordinate representation of color #C956C1: hue angle of 304.17º 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 #C956C1 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 193 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.21 |
| HSL | 304.17º | 0.52% | 0.56% | - |
| HSV(B) | 304.17º | 0.57% | 0.79% | - |
| XYZ | 37.04 | 22.92 | 52.92 | - |
| YUV | 132.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 193 | 0 | 0.57 | 0.04 | 0.21 | 304.17 | 0.52 | 0.56 |
| Hex | C9 | 56 | C1 | 0 | 39 | 4 | 15 | 130 | 34 | 38 |
| Octal | 311 | 126 | 301 | 0 | 71 | 4 | 25 | 460 | 64 | 70 |
| Binary | 11001001 | 1010110 | 11000001 | 0 | 111001 | 100 | 10101 | 100110000 | 110100 | 111000 |
Color Harmonies of #C956C1
Complementary color
Monochromatic Colors of #C956C1
Black with #C956C1
Text Example
Text Example
White with #C956C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956C1; }
p { color: rgb(201,86,193); }
H1.HeaderClassName
{
color: #C956C1;
}
.AnyTagClassName
{
color: #C956C1;
}
</style>
background-color css
<style>
a { background-color: #C956C1; }
a { background-color: rgb(201,86,193); }
div.DivClassName
{
background-color: #C956C1;
}
.BgClassName
{
background-color: #C956C1;
}
</style>
border-color css
<style>
span { border-color: #C956C1; }
span { border-color: rgb(201,86,193); }
td.TdClassName
{
border-color: #C956C1;
}
.TagClassName
{
border-color: #C956C1;
}
</style>