Shades of Deep Magenta #CF0DBA
Tints of Deep Magenta #CF0DBA
RGB
CMYK
RGB Variations
Color information
#CF0DBA (or 0xCF0DBA) is known color: Deep Magenta. HEX triplet: CF, 0D and BA. RGB value is (207,13,186). Sum of RGB (Red+Green+Blue) = 207+13+186=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DBA is #30F245. Grayscale: #5A5A5A. Windows color (decimal): -3207750 or 12193231. OLE color: 12193231.
HSL color Cylindrical-coordinate representation of color #CF0DBA: hue angle of 306.49º 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 #CF0DBA is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 186 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.19 |
| HSL | 306.49º | 0.88% | 0.43% | - |
| HSV(B) | 306.49º | 0.94% | 0.81% | - |
| XYZ | 34.74 | 17.1 | 47.92 | - |
| YUV | 90.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 186 | 0 | 0.94 | 0.10 | 0.19 | 306.49 | 0.88 | 0.43 |
| Hex | CF | D | BA | 0 | 5E | A | 13 | 132 | 58 | 2B |
| Octal | 317 | 15 | 272 | 0 | 136 | 12 | 23 | 462 | 130 | 53 |
| Binary | 11001111 | 1101 | 10111010 | 0 | 1011110 | 1010 | 10011 | 100110010 | 1011000 | 101011 |
Color Harmonies of #CF0DBA
Complementary color
Monochromatic Colors of #CF0DBA
Black with #CF0DBA
Text Example
Text Example
White with #CF0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DBA; }
p { color: rgb(207,13,186); }
H1.HeaderClassName
{
color: #CF0DBA;
}
.AnyTagClassName
{
color: #CF0DBA;
}
</style>
background-color css
<style>
a { background-color: #CF0DBA; }
a { background-color: rgb(207,13,186); }
div.DivClassName
{
background-color: #CF0DBA;
}
.BgClassName
{
background-color: #CF0DBA;
}
</style>
border-color css
<style>
span { border-color: #CF0DBA; }
span { border-color: rgb(207,13,186); }
td.TdClassName
{
border-color: #CF0DBA;
}
.TagClassName
{
border-color: #CF0DBA;
}
</style>