Shades of Fuchsia #C956C4
Tints of Fuchsia #C956C4
RGB
CMYK
RGB Variations
Color information
#C956C4 (or 0xC956C4) is known color: Fuchsia. HEX triplet: C9, 56 and C4. RGB value is (201,86,196). Sum of RGB (Red+Green+Blue) = 201+86+196=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C956C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956C4 is #36A93B. Grayscale: #848484. Windows color (decimal): -3582268 or 12867273. OLE color: 12867273.
HSL color Cylindrical-coordinate representation of color #C956C4: hue angle of 302.61º 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 #C956C4 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 196 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.21 |
| HSL | 302.61º | 0.52% | 0.56% | - |
| HSV(B) | 302.61º | 0.57% | 0.79% | - |
| XYZ | 37.38 | 23.06 | 54.71 | - |
| YUV | 132.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 196 | 0 | 0.57 | 0.02 | 0.21 | 302.61 | 0.52 | 0.56 |
| Hex | C9 | 56 | C4 | 0 | 39 | 2 | 15 | 12F | 34 | 38 |
| Octal | 311 | 126 | 304 | 0 | 71 | 2 | 25 | 457 | 64 | 70 |
| Binary | 11001001 | 1010110 | 11000100 | 0 | 111001 | 10 | 10101 | 100101111 | 110100 | 111000 |
Color Harmonies of #C956C4
Complementary color
Monochromatic Colors of #C956C4
Black with #C956C4
Text Example
Text Example
White with #C956C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956C4; }
p { color: rgb(201,86,196); }
H1.HeaderClassName
{
color: #C956C4;
}
.AnyTagClassName
{
color: #C956C4;
}
</style>
background-color css
<style>
a { background-color: #C956C4; }
a { background-color: rgb(201,86,196); }
div.DivClassName
{
background-color: #C956C4;
}
.BgClassName
{
background-color: #C956C4;
}
</style>
border-color css
<style>
span { border-color: #C956C4; }
span { border-color: rgb(201,86,196); }
td.TdClassName
{
border-color: #C956C4;
}
.TagClassName
{
border-color: #C956C4;
}
</style>