Shades of Fuchsia #CF52C0
Tints of Fuchsia #CF52C0
RGB
CMYK
RGB Variations
Color information
#CF52C0 (or 0xCF52C0) is known color: Fuchsia. HEX triplet: CF, 52 and C0. RGB value is (207,82,192). Sum of RGB (Red+Green+Blue) = 207+82+192=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52C0 is #30AD3F. Grayscale: #838383. Windows color (decimal): -3190080 or 12604111. OLE color: 12604111.
HSL color Cylindrical-coordinate representation of color #CF52C0: hue angle of 307.2º 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 #CF52C0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 192 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.19 |
| HSL | 307.2º | 0.57% | 0.57% | - |
| HSV(B) | 307.2º | 0.6% | 0.81% | - |
| XYZ | 38.26 | 23.11 | 52.31 | - |
| YUV | 131.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 192 | 0 | 0.60 | 0.07 | 0.19 | 307.2 | 0.57 | 0.57 |
| Hex | CF | 52 | C0 | 0 | 3C | 7 | 13 | 133 | 39 | 39 |
| Octal | 317 | 122 | 300 | 0 | 74 | 7 | 23 | 463 | 71 | 71 |
| Binary | 11001111 | 1010010 | 11000000 | 0 | 111100 | 111 | 10011 | 100110011 | 111001 | 111001 |
Color Harmonies of #CF52C0
Complementary color
Monochromatic Colors of #CF52C0
Black with #CF52C0
Text Example
Text Example
White with #CF52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52C0; }
p { color: rgb(207,82,192); }
H1.HeaderClassName
{
color: #CF52C0;
}
.AnyTagClassName
{
color: #CF52C0;
}
</style>
background-color css
<style>
a { background-color: #CF52C0; }
a { background-color: rgb(207,82,192); }
div.DivClassName
{
background-color: #CF52C0;
}
.BgClassName
{
background-color: #CF52C0;
}
</style>
border-color css
<style>
span { border-color: #CF52C0; }
span { border-color: rgb(207,82,192); }
td.TdClassName
{
border-color: #CF52C0;
}
.TagClassName
{
border-color: #CF52C0;
}
</style>