Shades of Deep Magenta #CF20B5
Tints of Deep Magenta #CF20B5
RGB
CMYK
RGB Variations
Color information
#CF20B5 (or 0xCF20B5) is known color: Deep Magenta. HEX triplet: CF, 20 and B5. RGB value is (207,32,181). Sum of RGB (Red+Green+Blue) = 207+32+181=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20B5 is #30DF4A. Grayscale: #646464. Windows color (decimal): -3202891 or 11870415. OLE color: 11870415.
HSL color Cylindrical-coordinate representation of color #CF20B5: hue angle of 308.91º 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 #CF20B5 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 181 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.19 |
| HSL | 308.91º | 0.73% | 0.47% | - |
| HSV(B) | 308.91º | 0.85% | 0.81% | - |
| XYZ | 34.59 | 17.63 | 45.3 | - |
| YUV | 101.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 181 | 0 | 0.85 | 0.13 | 0.19 | 308.91 | 0.73 | 0.47 |
| Hex | CF | 20 | B5 | 0 | 55 | D | 13 | 135 | 49 | 2F |
| Octal | 317 | 40 | 265 | 0 | 125 | 15 | 23 | 465 | 111 | 57 |
| Binary | 11001111 | 100000 | 10110101 | 0 | 1010101 | 1101 | 10011 | 100110101 | 1001001 | 101111 |
Color Harmonies of #CF20B5
Complementary color
Monochromatic Colors of #CF20B5
Black with #CF20B5
Text Example
Text Example
White with #CF20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20B5; }
p { color: rgb(207,32,181); }
H1.HeaderClassName
{
color: #CF20B5;
}
.AnyTagClassName
{
color: #CF20B5;
}
</style>
background-color css
<style>
a { background-color: #CF20B5; }
a { background-color: rgb(207,32,181); }
div.DivClassName
{
background-color: #CF20B5;
}
.BgClassName
{
background-color: #CF20B5;
}
</style>
border-color css
<style>
span { border-color: #CF20B5; }
span { border-color: rgb(207,32,181); }
td.TdClassName
{
border-color: #CF20B5;
}
.TagClassName
{
border-color: #CF20B5;
}
</style>