Shades of Deep Magenta #CF20C0
Tints of Deep Magenta #CF20C0
RGB
CMYK
RGB Variations
Color information
#CF20C0 (or 0xCF20C0) is known color: Deep Magenta. HEX triplet: CF, 20 and C0. RGB value is (207,32,192). Sum of RGB (Red+Green+Blue) = 207+32+192=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20C0 is #30DF3F. Grayscale: #666666. Windows color (decimal): -3202880 or 12591311. OLE color: 12591311.
HSL color Cylindrical-coordinate representation of color #CF20C0: hue angle of 305.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF20C0 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 32 | 192 | - |
CMYK | 0 | 0.85 | 0.07 | 0.19 |
HSL | 305.14º | 0.73% | 0.47% | - |
HSV(B) | 305.14º | 0.85% | 0.81% | - |
XYZ | 35.76 | 18.1 | 51.48 | - |
YUV | 102.57 | 178.48 | 202.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 32 | 192 | 0 | 0.85 | 0.07 | 0.19 | 305.14 | 0.73 | 0.47 |
Hex | CF | 20 | C0 | 0 | 55 | 7 | 13 | 131 | 49 | 2F |
Octal | 317 | 40 | 300 | 0 | 125 | 7 | 23 | 461 | 111 | 57 |
Binary | 11001111 | 100000 | 11000000 | 0 | 1010101 | 111 | 10011 | 100110001 | 1001001 | 101111 |
Color Harmonies of #CF20C0
Complementary color
Monochromatic Colors of #CF20C0
Black with #CF20C0
Text Example
Text Example
White with #CF20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20C0; }
p { color: rgb(207,32,192); }
H1.HeaderClassName
{
color: #CF20C0;
}
.AnyTagClassName
{
color: #CF20C0;
}
</style>
background-color css
<style>
a { background-color: #CF20C0; }
a { background-color: rgb(207,32,192); }
div.DivClassName
{
background-color: #CF20C0;
}
.BgClassName
{
background-color: #CF20C0;
}
</style>
border-color css
<style>
span { border-color: #CF20C0; }
span { border-color: rgb(207,32,192); }
td.TdClassName
{
border-color: #CF20C0;
}
.TagClassName
{
border-color: #CF20C0;
}
</style>