Shades of Deep Magenta #CF20BF
Tints of Deep Magenta #CF20BF
RGB
CMYK
RGB Variations
Color information
#CF20BF (or 0xCF20BF) is known color: Deep Magenta. HEX triplet: CF, 20 and BF. RGB value is (207,32,191). Sum of RGB (Red+Green+Blue) = 207+32+191=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF20BF is #30DF40. Grayscale: #656565. Windows color (decimal): -3202881 or 12525775. OLE color: 12525775.
HSL color Cylindrical-coordinate representation of color #CF20BF: hue angle of 305.49º 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 #CF20BF is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 191 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.19 |
| HSL | 305.49º | 0.73% | 0.47% | - |
| HSV(B) | 305.49º | 0.85% | 0.81% | - |
| XYZ | 35.65 | 18.06 | 50.9 | - |
| YUV | 102.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 191 | 0 | 0.85 | 0.08 | 0.19 | 305.49 | 0.73 | 0.47 |
| Hex | CF | 20 | BF | 0 | 55 | 8 | 13 | 131 | 49 | 2F |
| Octal | 317 | 40 | 277 | 0 | 125 | 10 | 23 | 461 | 111 | 57 |
| Binary | 11001111 | 100000 | 10111111 | 0 | 1010101 | 1000 | 10011 | 100110001 | 1001001 | 101111 |
Color Harmonies of #CF20BF
Complementary color
Monochromatic Colors of #CF20BF
Black with #CF20BF
Text Example
Text Example
White with #CF20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20BF; }
p { color: rgb(207,32,191); }
H1.HeaderClassName
{
color: #CF20BF;
}
.AnyTagClassName
{
color: #CF20BF;
}
</style>
background-color css
<style>
a { background-color: #CF20BF; }
a { background-color: rgb(207,32,191); }
div.DivClassName
{
background-color: #CF20BF;
}
.BgClassName
{
background-color: #CF20BF;
}
</style>
border-color css
<style>
span { border-color: #CF20BF; }
span { border-color: rgb(207,32,191); }
td.TdClassName
{
border-color: #CF20BF;
}
.TagClassName
{
border-color: #CF20BF;
}
</style>