Shades of Fuchsia #CF52C5
Tints of Fuchsia #CF52C5
RGB
CMYK
RGB Variations
Color information
#CF52C5 (or 0xCF52C5) is known color: Fuchsia. HEX triplet: CF, 52 and C5. RGB value is (207,82,197). Sum of RGB (Red+Green+Blue) = 207+82+197=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52C5 is #30AD3A. Grayscale: #848484. Windows color (decimal): -3190075 or 12931791. OLE color: 12931791.
HSL color Cylindrical-coordinate representation of color #CF52C5: hue angle of 304.8º 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 #CF52C5 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 197 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.19 |
| HSL | 304.8º | 0.57% | 0.57% | - |
| HSV(B) | 304.8º | 0.6% | 0.81% | - |
| XYZ | 38.83 | 23.33 | 55.28 | - |
| YUV | 132.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 197 | 0 | 0.60 | 0.05 | 0.19 | 304.8 | 0.57 | 0.57 |
| Hex | CF | 52 | C5 | 0 | 3C | 5 | 13 | 131 | 39 | 39 |
| Octal | 317 | 122 | 305 | 0 | 74 | 5 | 23 | 461 | 71 | 71 |
| Binary | 11001111 | 1010010 | 11000101 | 0 | 111100 | 101 | 10011 | 100110001 | 111001 | 111001 |
Color Harmonies of #CF52C5
Complementary color
Monochromatic Colors of #CF52C5
Black with #CF52C5
Text Example
Text Example
White with #CF52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52C5; }
p { color: rgb(207,82,197); }
H1.HeaderClassName
{
color: #CF52C5;
}
.AnyTagClassName
{
color: #CF52C5;
}
</style>
background-color css
<style>
a { background-color: #CF52C5; }
a { background-color: rgb(207,82,197); }
div.DivClassName
{
background-color: #CF52C5;
}
.BgClassName
{
background-color: #CF52C5;
}
</style>
border-color css
<style>
span { border-color: #CF52C5; }
span { border-color: rgb(207,82,197); }
td.TdClassName
{
border-color: #CF52C5;
}
.TagClassName
{
border-color: #CF52C5;
}
</style>