Shades of Fuchsia #CF52CA
Tints of Fuchsia #CF52CA
RGB
CMYK
RGB Variations
Color information
#CF52CA (or 0xCF52CA) is known color: Fuchsia. HEX triplet: CF, 52 and CA. RGB value is (207,82,202). Sum of RGB (Red+Green+Blue) = 207+82+202=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52CA is #30AD35. Grayscale: #848484. Windows color (decimal): -3190070 or 13259471. OLE color: 13259471.
HSL color Cylindrical-coordinate representation of color #CF52CA: hue angle of 302.4º 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 #CF52CA is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 202 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.19 |
| HSL | 302.4º | 0.57% | 0.57% | - |
| HSV(B) | 302.4º | 0.6% | 0.81% | - |
| XYZ | 39.41 | 23.56 | 58.35 | - |
| YUV | 133.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 202 | 0 | 0.60 | 0.02 | 0.19 | 302.4 | 0.57 | 0.57 |
| Hex | CF | 52 | CA | 0 | 3C | 2 | 13 | 12E | 39 | 39 |
| Octal | 317 | 122 | 312 | 0 | 74 | 2 | 23 | 456 | 71 | 71 |
| Binary | 11001111 | 1010010 | 11001010 | 0 | 111100 | 10 | 10011 | 100101110 | 111001 | 111001 |
Color Harmonies of #CF52CA
Complementary color
Monochromatic Colors of #CF52CA
Black with #CF52CA
Text Example
Text Example
White with #CF52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52CA; }
p { color: rgb(207,82,202); }
H1.HeaderClassName
{
color: #CF52CA;
}
.AnyTagClassName
{
color: #CF52CA;
}
</style>
background-color css
<style>
a { background-color: #CF52CA; }
a { background-color: rgb(207,82,202); }
div.DivClassName
{
background-color: #CF52CA;
}
.BgClassName
{
background-color: #CF52CA;
}
</style>
border-color css
<style>
span { border-color: #CF52CA; }
span { border-color: rgb(207,82,202); }
td.TdClassName
{
border-color: #CF52CA;
}
.TagClassName
{
border-color: #CF52CA;
}
</style>