Shades of Fuchsia #C951CE
Tints of Fuchsia #C951CE
RGB
CMYK
RGB Variations
Color information
#C951CE (or 0xC951CE) is known color: Fuchsia. HEX triplet: C9, 51 and CE. RGB value is (201,81,206). Sum of RGB (Red+Green+Blue) = 201+81+206=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C951CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951CE is #36AE31. Grayscale: #828282. Windows color (decimal): -3583538 or 13521353. OLE color: 13521353.
HSL color Cylindrical-coordinate representation of color #C951CE: hue angle of 297.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C951CE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 81 | 206 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.19 |
| HSL | 297.6º | 0.56% | 0.56% | - |
| HSV(B) | 297.6º | 0.61% | 0.81% | - |
| XYZ | 38.17 | 22.76 | 60.77 | - |
| YUV | 131.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 206 | 0.02 | 0.61 | 0 | 0.19 | 297.6 | 0.56 | 0.56 |
| Hex | C9 | 51 | CE | 2 | 3D | 0 | 13 | 12A | 38 | 38 |
| Octal | 311 | 121 | 316 | 2 | 75 | 0 | 23 | 452 | 70 | 70 |
| Binary | 11001001 | 1010001 | 11001110 | 10 | 111101 | 0 | 10011 | 100101010 | 111000 | 111000 |
Color Harmonies of #C951CE
Complementary color
Monochromatic Colors of #C951CE
Black with #C951CE
Text Example
Text Example
White with #C951CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951CE; }
p { color: rgb(201,81,206); }
H1.HeaderClassName
{
color: #C951CE;
}
.AnyTagClassName
{
color: #C951CE;
}
</style>
background-color css
<style>
a { background-color: #C951CE; }
a { background-color: rgb(201,81,206); }
div.DivClassName
{
background-color: #C951CE;
}
.BgClassName
{
background-color: #C951CE;
}
</style>
border-color css
<style>
span { border-color: #C951CE; }
span { border-color: rgb(201,81,206); }
td.TdClassName
{
border-color: #C951CE;
}
.TagClassName
{
border-color: #C951CE;
}
</style>