Shades of Fuchsia #C951D0
Tints of Fuchsia #C951D0
RGB
CMYK
RGB Variations
Color information
#C951D0 (or 0xC951D0) is known color: Fuchsia. HEX triplet: C9, 51 and D0. RGB value is (201,81,208). Sum of RGB (Red+Green+Blue) = 201+81+208=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C951D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951D0 is #36AE2F. Grayscale: #828282. Windows color (decimal): -3583536 or 13652425. OLE color: 13652425.
HSL color Cylindrical-coordinate representation of color #C951D0: hue angle of 296.69º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C951D0 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 81 | 208 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.18 |
| HSL | 296.69º | 0.57% | 0.57% | - |
| HSV(B) | 296.69º | 0.61% | 0.82% | - |
| XYZ | 38.41 | 22.86 | 62.06 | - |
| YUV | 131.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 208 | 0.03 | 0.61 | 0 | 0.18 | 296.69 | 0.57 | 0.57 |
| Hex | C9 | 51 | D0 | 3 | 3D | 0 | 12 | 129 | 39 | 39 |
| Octal | 311 | 121 | 320 | 3 | 75 | 0 | 22 | 451 | 71 | 71 |
| Binary | 11001001 | 1010001 | 11010000 | 11 | 111101 | 0 | 10010 | 100101001 | 111001 | 111001 |
Color Harmonies of #C951D0
Complementary color
Monochromatic Colors of #C951D0
Black with #C951D0
Text Example
Text Example
White with #C951D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951D0; }
p { color: rgb(201,81,208); }
H1.HeaderClassName
{
color: #C951D0;
}
.AnyTagClassName
{
color: #C951D0;
}
</style>
background-color css
<style>
a { background-color: #C951D0; }
a { background-color: rgb(201,81,208); }
div.DivClassName
{
background-color: #C951D0;
}
.BgClassName
{
background-color: #C951D0;
}
</style>
border-color css
<style>
span { border-color: #C951D0; }
span { border-color: rgb(201,81,208); }
td.TdClassName
{
border-color: #C951D0;
}
.TagClassName
{
border-color: #C951D0;
}
</style>