Shades of Deep Magenta #CF0DBE
Tints of Deep Magenta #CF0DBE
RGB
CMYK
RGB Variations
Color information
#CF0DBE (or 0xCF0DBE) is known color: Deep Magenta. HEX triplet: CF, 0D and BE. RGB value is (207,13,190). Sum of RGB (Red+Green+Blue) = 207+13+190=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DBE is #30F241. Grayscale: #5A5A5A. Windows color (decimal): -3207746 or 12455375. OLE color: 12455375.
HSL color Cylindrical-coordinate representation of color #CF0DBE: hue angle of 305.26º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DBE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.19 |
| HSL | 305.26º | 0.88% | 0.43% | - |
| HSV(B) | 305.26º | 0.94% | 0.81% | - |
| XYZ | 35.17 | 17.27 | 50.2 | - |
| YUV | 91.18 | 183.77 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 190 | 0 | 0.94 | 0.08 | 0.19 | 305.26 | 0.88 | 0.43 |
| Hex | CF | D | BE | 0 | 5E | 8 | 13 | 131 | 58 | 2B |
| Octal | 317 | 15 | 276 | 0 | 136 | 10 | 23 | 461 | 130 | 53 |
| Binary | 11001111 | 1101 | 10111110 | 0 | 1011110 | 1000 | 10011 | 100110001 | 1011000 | 101011 |
Color Harmonies of #CF0DBE
Complementary color
Monochromatic Colors of #CF0DBE
Black with #CF0DBE
Text Example
Text Example
White with #CF0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DBE; }
p { color: rgb(207,13,190); }
H1.HeaderClassName
{
color: #CF0DBE;
}
.AnyTagClassName
{
color: #CF0DBE;
}
</style>
background-color css
<style>
a { background-color: #CF0DBE; }
a { background-color: rgb(207,13,190); }
div.DivClassName
{
background-color: #CF0DBE;
}
.BgClassName
{
background-color: #CF0DBE;
}
</style>
border-color css
<style>
span { border-color: #CF0DBE; }
span { border-color: rgb(207,13,190); }
td.TdClassName
{
border-color: #CF0DBE;
}
.TagClassName
{
border-color: #CF0DBE;
}
</style>