Shades of Deep Magenta #CF20C2
Tints of Deep Magenta #CF20C2
RGB
CMYK
RGB Variations
Color information
#CF20C2 (or 0xCF20C2) is known color: Deep Magenta. HEX triplet: CF, 20 and C2. RGB value is (207,32,194). Sum of RGB (Red+Green+Blue) = 207+32+194=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20C2 is #30DF3D. Grayscale: #666666. Windows color (decimal): -3202878 or 12722383. OLE color: 12722383.
HSL color Cylindrical-coordinate representation of color #CF20C2: hue angle of 304.46º 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 #CF20C2 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 194 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.19 |
| HSL | 304.46º | 0.73% | 0.47% | - |
| HSV(B) | 304.46º | 0.85% | 0.81% | - |
| XYZ | 35.99 | 18.19 | 52.65 | - |
| YUV | 102.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 194 | 0 | 0.85 | 0.06 | 0.19 | 304.46 | 0.73 | 0.47 |
| Hex | CF | 20 | C2 | 0 | 55 | 6 | 13 | 130 | 49 | 2F |
| Octal | 317 | 40 | 302 | 0 | 125 | 6 | 23 | 460 | 111 | 57 |
| Binary | 11001111 | 100000 | 11000010 | 0 | 1010101 | 110 | 10011 | 100110000 | 1001001 | 101111 |
Color Harmonies of #CF20C2
Complementary color
Monochromatic Colors of #CF20C2
Black with #CF20C2
Text Example
Text Example
White with #CF20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20C2; }
p { color: rgb(207,32,194); }
H1.HeaderClassName
{
color: #CF20C2;
}
.AnyTagClassName
{
color: #CF20C2;
}
</style>
background-color css
<style>
a { background-color: #CF20C2; }
a { background-color: rgb(207,32,194); }
div.DivClassName
{
background-color: #CF20C2;
}
.BgClassName
{
background-color: #CF20C2;
}
</style>
border-color css
<style>
span { border-color: #CF20C2; }
span { border-color: rgb(207,32,194); }
td.TdClassName
{
border-color: #CF20C2;
}
.TagClassName
{
border-color: #CF20C2;
}
</style>