Shades of Fuchsia #CF52C9
Tints of Fuchsia #CF52C9
RGB
CMYK
RGB Variations
Color information
#CF52C9 (or 0xCF52C9) is known color: Fuchsia. HEX triplet: CF, 52 and C9. RGB value is (207,82,201). Sum of RGB (Red+Green+Blue) = 207+82+201=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52C9 is #30AD36. Grayscale: #848484. Windows color (decimal): -3190071 or 13193935. OLE color: 13193935.
HSL color Cylindrical-coordinate representation of color #CF52C9: hue angle of 302.88º 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 #CF52C9 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 201 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.19 |
| HSL | 302.88º | 0.57% | 0.57% | - |
| HSV(B) | 302.88º | 0.6% | 0.81% | - |
| XYZ | 39.29 | 23.52 | 57.73 | - |
| YUV | 132.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 201 | 0 | 0.60 | 0.03 | 0.19 | 302.88 | 0.57 | 0.57 |
| Hex | CF | 52 | C9 | 0 | 3C | 3 | 13 | 12F | 39 | 39 |
| Octal | 317 | 122 | 311 | 0 | 74 | 3 | 23 | 457 | 71 | 71 |
| Binary | 11001111 | 1010010 | 11001001 | 0 | 111100 | 11 | 10011 | 100101111 | 111001 | 111001 |
Color Harmonies of #CF52C9
Complementary color
Monochromatic Colors of #CF52C9
Black with #CF52C9
Text Example
Text Example
White with #CF52C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52C9; }
p { color: rgb(207,82,201); }
H1.HeaderClassName
{
color: #CF52C9;
}
.AnyTagClassName
{
color: #CF52C9;
}
</style>
background-color css
<style>
a { background-color: #CF52C9; }
a { background-color: rgb(207,82,201); }
div.DivClassName
{
background-color: #CF52C9;
}
.BgClassName
{
background-color: #CF52C9;
}
</style>
border-color css
<style>
span { border-color: #CF52C9; }
span { border-color: rgb(207,82,201); }
td.TdClassName
{
border-color: #CF52C9;
}
.TagClassName
{
border-color: #CF52C9;
}
</style>