Shades of Fuchsia #CF52CE
Tints of Fuchsia #CF52CE
RGB
CMYK
RGB Variations
Color information
#CF52CE (or 0xCF52CE) is known color: Fuchsia. HEX triplet: CF, 52 and CE. RGB value is (207,82,206). Sum of RGB (Red+Green+Blue) = 207+82+206=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52CE is #30AD31. Grayscale: #858585. Windows color (decimal): -3190066 or 13521615. OLE color: 13521615.
HSL color Cylindrical-coordinate representation of color #CF52CE: hue angle of 300.48º 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 #CF52CE is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 206 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.19 |
| HSL | 300.48º | 0.57% | 0.57% | - |
| HSV(B) | 300.48º | 0.6% | 0.81% | - |
| XYZ | 39.89 | 23.76 | 60.88 | - |
| YUV | 133.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 206 | 0 | 0.60 | 0.00 | 0.19 | 300.48 | 0.57 | 0.57 |
| Hex | CF | 52 | CE | 0 | 3C | 0 | 13 | 12C | 39 | 39 |
| Octal | 317 | 122 | 316 | 0 | 74 | 0 | 23 | 454 | 71 | 71 |
| Binary | 11001111 | 1010010 | 11001110 | 0 | 111100 | 0 | 10011 | 100101100 | 111001 | 111001 |
Color Harmonies of #CF52CE
Complementary color
Monochromatic Colors of #CF52CE
Black with #CF52CE
Text Example
Text Example
White with #CF52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52CE; }
p { color: rgb(207,82,206); }
H1.HeaderClassName
{
color: #CF52CE;
}
.AnyTagClassName
{
color: #CF52CE;
}
</style>
background-color css
<style>
a { background-color: #CF52CE; }
a { background-color: rgb(207,82,206); }
div.DivClassName
{
background-color: #CF52CE;
}
.BgClassName
{
background-color: #CF52CE;
}
</style>
border-color css
<style>
span { border-color: #CF52CE; }
span { border-color: rgb(207,82,206); }
td.TdClassName
{
border-color: #CF52CE;
}
.TagClassName
{
border-color: #CF52CE;
}
</style>