Shades of Deep Magenta #CF20D0
Tints of Deep Magenta #CF20D0
RGB
CMYK
RGB Variations
Color information
#CF20D0 (or 0xCF20D0) is known color: Deep Magenta. HEX triplet: CF, 20 and D0. RGB value is (207,32,208). Sum of RGB (Red+Green+Blue) = 207+32+208=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF20D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20D0 is #30DF2F. Grayscale: #676767. Windows color (decimal): -3202864 or 13639887. OLE color: 13639887.
HSL color Cylindrical-coordinate representation of color #CF20D0: hue angle of 299.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF20D0 is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 32 | 208 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.18 |
| HSL | 299.66º | 0.73% | 0.47% | - |
| HSV(B) | 299.66º | 0.85% | 0.82% | - |
| XYZ | 37.63 | 18.85 | 61.33 | - |
| YUV | 104.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 208 | 0.00 | 0.85 | 0 | 0.18 | 299.66 | 0.73 | 0.47 |
| Hex | CF | 20 | D0 | 0 | 55 | 0 | 12 | 12C | 49 | 2F |
| Octal | 317 | 40 | 320 | 0 | 125 | 0 | 22 | 454 | 111 | 57 |
| Binary | 11001111 | 100000 | 11010000 | 0 | 1010101 | 0 | 10010 | 100101100 | 1001001 | 101111 |
Color Harmonies of #CF20D0
Complementary color
Monochromatic Colors of #CF20D0
Black with #CF20D0
Text Example
Text Example
White with #CF20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20D0; }
p { color: rgb(207,32,208); }
H1.HeaderClassName
{
color: #CF20D0;
}
.AnyTagClassName
{
color: #CF20D0;
}
</style>
background-color css
<style>
a { background-color: #CF20D0; }
a { background-color: rgb(207,32,208); }
div.DivClassName
{
background-color: #CF20D0;
}
.BgClassName
{
background-color: #CF20D0;
}
</style>
border-color css
<style>
span { border-color: #CF20D0; }
span { border-color: rgb(207,32,208); }
td.TdClassName
{
border-color: #CF20D0;
}
.TagClassName
{
border-color: #CF20D0;
}
</style>