Shades of Deep Magenta #CF20C6
Tints of Deep Magenta #CF20C6
RGB
CMYK
RGB Variations
Color information
#CF20C6 (or 0xCF20C6) is known color: Deep Magenta. HEX triplet: CF, 20 and C6. RGB value is (207,32,198). Sum of RGB (Red+Green+Blue) = 207+32+198=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20C6 is #30DF39. Grayscale: #666666. Windows color (decimal): -3202874 or 12984527. OLE color: 12984527.
HSL color Cylindrical-coordinate representation of color #CF20C6: hue angle of 303.09º 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 #CF20C6 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 198 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.19 |
| HSL | 303.09º | 0.73% | 0.47% | - |
| HSV(B) | 303.09º | 0.85% | 0.81% | - |
| XYZ | 36.44 | 18.38 | 55.05 | - |
| YUV | 103.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 198 | 0 | 0.85 | 0.04 | 0.19 | 303.09 | 0.73 | 0.47 |
| Hex | CF | 20 | C6 | 0 | 55 | 4 | 13 | 12F | 49 | 2F |
| Octal | 317 | 40 | 306 | 0 | 125 | 4 | 23 | 457 | 111 | 57 |
| Binary | 11001111 | 100000 | 11000110 | 0 | 1010101 | 100 | 10011 | 100101111 | 1001001 | 101111 |
Color Harmonies of #CF20C6
Complementary color
Monochromatic Colors of #CF20C6
Black with #CF20C6
Text Example
Text Example
White with #CF20C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20C6; }
p { color: rgb(207,32,198); }
H1.HeaderClassName
{
color: #CF20C6;
}
.AnyTagClassName
{
color: #CF20C6;
}
</style>
background-color css
<style>
a { background-color: #CF20C6; }
a { background-color: rgb(207,32,198); }
div.DivClassName
{
background-color: #CF20C6;
}
.BgClassName
{
background-color: #CF20C6;
}
</style>
border-color css
<style>
span { border-color: #CF20C6; }
span { border-color: rgb(207,32,198); }
td.TdClassName
{
border-color: #CF20C6;
}
.TagClassName
{
border-color: #CF20C6;
}
</style>