Shades of Deep Magenta #CF05C0
Tints of Deep Magenta #CF05C0
RGB
CMYK
RGB Variations
Color information
#CF05C0 (or 0xCF05C0) is known color: Deep Magenta. HEX triplet: CF, 05 and C0. RGB value is (207,5,192). Sum of RGB (Red+Green+Blue) = 207+5+192=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05C0 is #30FA3F. Grayscale: #565656. Windows color (decimal): -3209792 or 12584399. OLE color: 12584399.
HSL color Cylindrical-coordinate representation of color #CF05C0: hue angle of 304.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05C0 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.19 |
| HSL | 304.46º | 0.95% | 0.42% | - |
| HSV(B) | 304.46º | 0.98% | 0.81% | - |
| XYZ | 35.3 | 17.18 | 51.32 | - |
| YUV | 86.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 192 | 0 | 0.98 | 0.07 | 0.19 | 304.46 | 0.95 | 0.42 |
| Hex | CF | 5 | C0 | 0 | 62 | 7 | 13 | 130 | 5F | 2A |
| Octal | 317 | 5 | 300 | 0 | 142 | 7 | 23 | 460 | 137 | 52 |
| Binary | 11001111 | 101 | 11000000 | 0 | 1100010 | 111 | 10011 | 100110000 | 1011111 | 101010 |
Color Harmonies of #CF05C0
Complementary color
Monochromatic Colors of #CF05C0
Black with #CF05C0
Text Example
Text Example
White with #CF05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05C0; }
p { color: rgb(207,5,192); }
H1.HeaderClassName
{
color: #CF05C0;
}
.AnyTagClassName
{
color: #CF05C0;
}
</style>
background-color css
<style>
a { background-color: #CF05C0; }
a { background-color: rgb(207,5,192); }
div.DivClassName
{
background-color: #CF05C0;
}
.BgClassName
{
background-color: #CF05C0;
}
</style>
border-color css
<style>
span { border-color: #CF05C0; }
span { border-color: rgb(207,5,192); }
td.TdClassName
{
border-color: #CF05C0;
}
.TagClassName
{
border-color: #CF05C0;
}
</style>