Shades of Deep Magenta #CF20C7
Tints of Deep Magenta #CF20C7
RGB
CMYK
RGB Variations
Color information
#CF20C7 (or 0xCF20C7) is known color: Deep Magenta. HEX triplet: CF, 20 and C7. RGB value is (207,32,199). Sum of RGB (Red+Green+Blue) = 207+32+199=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20C7 is #30DF38. Grayscale: #666666. Windows color (decimal): -3202873 or 13050063. OLE color: 13050063.
HSL color Cylindrical-coordinate representation of color #CF20C7: hue angle of 302.74º 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 #CF20C7 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 199 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.19 |
| HSL | 302.74º | 0.73% | 0.47% | - |
| HSV(B) | 302.74º | 0.85% | 0.81% | - |
| XYZ | 36.56 | 18.42 | 55.66 | - |
| YUV | 103.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 199 | 0 | 0.85 | 0.04 | 0.19 | 302.74 | 0.73 | 0.47 |
| Hex | CF | 20 | C7 | 0 | 55 | 4 | 13 | 12F | 49 | 2F |
| Octal | 317 | 40 | 307 | 0 | 125 | 4 | 23 | 457 | 111 | 57 |
| Binary | 11001111 | 100000 | 11000111 | 0 | 1010101 | 100 | 10011 | 100101111 | 1001001 | 101111 |
Color Harmonies of #CF20C7
Complementary color
Monochromatic Colors of #CF20C7
Black with #CF20C7
Text Example
Text Example
White with #CF20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20C7; }
p { color: rgb(207,32,199); }
H1.HeaderClassName
{
color: #CF20C7;
}
.AnyTagClassName
{
color: #CF20C7;
}
</style>
background-color css
<style>
a { background-color: #CF20C7; }
a { background-color: rgb(207,32,199); }
div.DivClassName
{
background-color: #CF20C7;
}
.BgClassName
{
background-color: #CF20C7;
}
</style>
border-color css
<style>
span { border-color: #CF20C7; }
span { border-color: rgb(207,32,199); }
td.TdClassName
{
border-color: #CF20C7;
}
.TagClassName
{
border-color: #CF20C7;
}
</style>