Shades of Deep Magenta #CF20CA
Tints of Deep Magenta #CF20CA
RGB
CMYK
RGB Variations
Color information
#CF20CA (or 0xCF20CA) is known color: Deep Magenta. HEX triplet: CF, 20 and CA. RGB value is (207,32,202). Sum of RGB (Red+Green+Blue) = 207+32+202=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20CA is #30DF35. Grayscale: #676767. Windows color (decimal): -3202870 or 13246671. OLE color: 13246671.
HSL color Cylindrical-coordinate representation of color #CF20CA: hue angle of 301.71º 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 #CF20CA is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 202 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.19 |
| HSL | 301.71º | 0.73% | 0.47% | - |
| HSV(B) | 301.71º | 0.85% | 0.81% | - |
| XYZ | 36.91 | 18.56 | 57.51 | - |
| YUV | 103.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 202 | 0 | 0.85 | 0.02 | 0.19 | 301.71 | 0.73 | 0.47 |
| Hex | CF | 20 | CA | 0 | 55 | 2 | 13 | 12E | 49 | 2F |
| Octal | 317 | 40 | 312 | 0 | 125 | 2 | 23 | 456 | 111 | 57 |
| Binary | 11001111 | 100000 | 11001010 | 0 | 1010101 | 10 | 10011 | 100101110 | 1001001 | 101111 |
Color Harmonies of #CF20CA
Complementary color
Monochromatic Colors of #CF20CA
Black with #CF20CA
Text Example
Text Example
White with #CF20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20CA; }
p { color: rgb(207,32,202); }
H1.HeaderClassName
{
color: #CF20CA;
}
.AnyTagClassName
{
color: #CF20CA;
}
</style>
background-color css
<style>
a { background-color: #CF20CA; }
a { background-color: rgb(207,32,202); }
div.DivClassName
{
background-color: #CF20CA;
}
.BgClassName
{
background-color: #CF20CA;
}
</style>
border-color css
<style>
span { border-color: #CF20CA; }
span { border-color: rgb(207,32,202); }
td.TdClassName
{
border-color: #CF20CA;
}
.TagClassName
{
border-color: #CF20CA;
}
</style>