Shades of Fuchsia #C952CF
Tints of Fuchsia #C952CF
RGB
CMYK
RGB Variations
Color information
#C952CF (or 0xC952CF) is known color: Fuchsia. HEX triplet: C9, 52 and CF. RGB value is (201,82,207). Sum of RGB (Red+Green+Blue) = 201+82+207=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C952CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952CF is #36AD30. Grayscale: #838383. Windows color (decimal): -3583281 or 13587145. OLE color: 13587145.
HSL color Cylindrical-coordinate representation of color #C952CF: hue angle of 297.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C952CF is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 82 | 207 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.19 |
| HSL | 297.12º | 0.57% | 0.57% | - |
| HSV(B) | 297.12º | 0.6% | 0.81% | - |
| XYZ | 38.37 | 22.96 | 61.44 | - |
| YUV | 131.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 207 | 0.03 | 0.60 | 0 | 0.19 | 297.12 | 0.57 | 0.57 |
| Hex | C9 | 52 | CF | 3 | 3C | 0 | 13 | 129 | 39 | 39 |
| Octal | 311 | 122 | 317 | 3 | 74 | 0 | 23 | 451 | 71 | 71 |
| Binary | 11001001 | 1010010 | 11001111 | 11 | 111100 | 0 | 10011 | 100101001 | 111001 | 111001 |
Color Harmonies of #C952CF
Complementary color
Monochromatic Colors of #C952CF
Black with #C952CF
Text Example
Text Example
White with #C952CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952CF; }
p { color: rgb(201,82,207); }
H1.HeaderClassName
{
color: #C952CF;
}
.AnyTagClassName
{
color: #C952CF;
}
</style>
background-color css
<style>
a { background-color: #C952CF; }
a { background-color: rgb(201,82,207); }
div.DivClassName
{
background-color: #C952CF;
}
.BgClassName
{
background-color: #C952CF;
}
</style>
border-color css
<style>
span { border-color: #C952CF; }
span { border-color: rgb(201,82,207); }
td.TdClassName
{
border-color: #C952CF;
}
.TagClassName
{
border-color: #C952CF;
}
</style>