Shades of Deep Magenta #CF20BE
Tints of Deep Magenta #CF20BE
RGB
CMYK
RGB Variations
Color information
#CF20BE (or 0xCF20BE) is known color: Deep Magenta. HEX triplet: CF, 20 and BE. RGB value is (207,32,190). Sum of RGB (Red+Green+Blue) = 207+32+190=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20BE is #30DF41. Grayscale: #656565. Windows color (decimal): -3202882 or 12460239. OLE color: 12460239.
HSL color Cylindrical-coordinate representation of color #CF20BE: hue angle of 305.83º 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 #CF20BE is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 190 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.19 |
| HSL | 305.83º | 0.73% | 0.47% | - |
| HSV(B) | 305.83º | 0.85% | 0.81% | - |
| XYZ | 35.54 | 18.02 | 50.32 | - |
| YUV | 102.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 190 | 0 | 0.85 | 0.08 | 0.19 | 305.83 | 0.73 | 0.47 |
| Hex | CF | 20 | BE | 0 | 55 | 8 | 13 | 132 | 49 | 2F |
| Octal | 317 | 40 | 276 | 0 | 125 | 10 | 23 | 462 | 111 | 57 |
| Binary | 11001111 | 100000 | 10111110 | 0 | 1010101 | 1000 | 10011 | 100110010 | 1001001 | 101111 |
Color Harmonies of #CF20BE
Complementary color
Monochromatic Colors of #CF20BE
Black with #CF20BE
Text Example
Text Example
White with #CF20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20BE; }
p { color: rgb(207,32,190); }
H1.HeaderClassName
{
color: #CF20BE;
}
.AnyTagClassName
{
color: #CF20BE;
}
</style>
background-color css
<style>
a { background-color: #CF20BE; }
a { background-color: rgb(207,32,190); }
div.DivClassName
{
background-color: #CF20BE;
}
.BgClassName
{
background-color: #CF20BE;
}
</style>
border-color css
<style>
span { border-color: #CF20BE; }
span { border-color: rgb(207,32,190); }
td.TdClassName
{
border-color: #CF20BE;
}
.TagClassName
{
border-color: #CF20BE;
}
</style>