Shades of Fuchsia #CF52C7
Tints of Fuchsia #CF52C7
RGB
CMYK
RGB Variations
Color information
#CF52C7 (or 0xCF52C7) is known color: Fuchsia. HEX triplet: CF, 52 and C7. RGB value is (207,82,199). Sum of RGB (Red+Green+Blue) = 207+82+199=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52C7 is #30AD38. Grayscale: #848484. Windows color (decimal): -3190073 or 13062863. OLE color: 13062863.
HSL color Cylindrical-coordinate representation of color #CF52C7: hue angle of 303.84º 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 #CF52C7 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 199 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.19 |
| HSL | 303.84º | 0.57% | 0.57% | - |
| HSV(B) | 303.84º | 0.6% | 0.81% | - |
| XYZ | 39.06 | 23.42 | 56.5 | - |
| YUV | 132.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 199 | 0 | 0.60 | 0.04 | 0.19 | 303.84 | 0.57 | 0.57 |
| Hex | CF | 52 | C7 | 0 | 3C | 4 | 13 | 130 | 39 | 39 |
| Octal | 317 | 122 | 307 | 0 | 74 | 4 | 23 | 460 | 71 | 71 |
| Binary | 11001111 | 1010010 | 11000111 | 0 | 111100 | 100 | 10011 | 100110000 | 111001 | 111001 |
Color Harmonies of #CF52C7
Complementary color
Monochromatic Colors of #CF52C7
Black with #CF52C7
Text Example
Text Example
White with #CF52C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52C7; }
p { color: rgb(207,82,199); }
H1.HeaderClassName
{
color: #CF52C7;
}
.AnyTagClassName
{
color: #CF52C7;
}
</style>
background-color css
<style>
a { background-color: #CF52C7; }
a { background-color: rgb(207,82,199); }
div.DivClassName
{
background-color: #CF52C7;
}
.BgClassName
{
background-color: #CF52C7;
}
</style>
border-color css
<style>
span { border-color: #CF52C7; }
span { border-color: rgb(207,82,199); }
td.TdClassName
{
border-color: #CF52C7;
}
.TagClassName
{
border-color: #CF52C7;
}
</style>