Shades of Fuchsia #C951CF
Tints of Fuchsia #C951CF
RGB
CMYK
RGB Variations
Color information
#C951CF (or 0xC951CF) is known color: Fuchsia. HEX triplet: C9, 51 and CF. RGB value is (201,81,207). Sum of RGB (Red+Green+Blue) = 201+81+207=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C951CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951CF is #36AE30. Grayscale: #828282. Windows color (decimal): -3583537 or 13586889. OLE color: 13586889.
HSL color Cylindrical-coordinate representation of color #C951CF: hue angle of 297.14º degrees, saturation: 0.57, 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 #C951CF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 81 | 207 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.19 |
| HSL | 297.14º | 0.57% | 0.56% | - |
| HSV(B) | 297.14º | 0.61% | 0.81% | - |
| XYZ | 38.29 | 22.81 | 61.42 | - |
| YUV | 131.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 207 | 0.03 | 0.61 | 0 | 0.19 | 297.14 | 0.57 | 0.56 |
| Hex | C9 | 51 | CF | 3 | 3D | 0 | 13 | 129 | 39 | 38 |
| Octal | 311 | 121 | 317 | 3 | 75 | 0 | 23 | 451 | 71 | 70 |
| Binary | 11001001 | 1010001 | 11001111 | 11 | 111101 | 0 | 10011 | 100101001 | 111001 | 111000 |
Color Harmonies of #C951CF
Complementary color
Monochromatic Colors of #C951CF
Black with #C951CF
Text Example
Text Example
White with #C951CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951CF; }
p { color: rgb(201,81,207); }
H1.HeaderClassName
{
color: #C951CF;
}
.AnyTagClassName
{
color: #C951CF;
}
</style>
background-color css
<style>
a { background-color: #C951CF; }
a { background-color: rgb(201,81,207); }
div.DivClassName
{
background-color: #C951CF;
}
.BgClassName
{
background-color: #C951CF;
}
</style>
border-color css
<style>
span { border-color: #C951CF; }
span { border-color: rgb(201,81,207); }
td.TdClassName
{
border-color: #C951CF;
}
.TagClassName
{
border-color: #C951CF;
}
</style>