Shades of Deep Magenta #CF0DBD
Tints of Deep Magenta #CF0DBD
RGB
CMYK
RGB Variations
Color information
#CF0DBD (or 0xCF0DBD) is known color: Deep Magenta. HEX triplet: CF, 0D and BD. RGB value is (207,13,189). Sum of RGB (Red+Green+Blue) = 207+13+189=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DBD is #30F242. Grayscale: #5A5A5A. Windows color (decimal): -3207747 or 12389839. OLE color: 12389839.
HSL color Cylindrical-coordinate representation of color #CF0DBD: hue angle of 305.57º 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 #CF0DBD is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.19 |
| HSL | 305.57º | 0.88% | 0.43% | - |
| HSV(B) | 305.57º | 0.94% | 0.81% | - |
| XYZ | 35.06 | 17.23 | 49.62 | - |
| YUV | 91.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 189 | 0 | 0.94 | 0.09 | 0.19 | 305.57 | 0.88 | 0.43 |
| Hex | CF | D | BD | 0 | 5E | 9 | 13 | 132 | 58 | 2B |
| Octal | 317 | 15 | 275 | 0 | 136 | 11 | 23 | 462 | 130 | 53 |
| Binary | 11001111 | 1101 | 10111101 | 0 | 1011110 | 1001 | 10011 | 100110010 | 1011000 | 101011 |
Color Harmonies of #CF0DBD
Complementary color
Monochromatic Colors of #CF0DBD
Black with #CF0DBD
Text Example
Text Example
White with #CF0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DBD; }
p { color: rgb(207,13,189); }
H1.HeaderClassName
{
color: #CF0DBD;
}
.AnyTagClassName
{
color: #CF0DBD;
}
</style>
background-color css
<style>
a { background-color: #CF0DBD; }
a { background-color: rgb(207,13,189); }
div.DivClassName
{
background-color: #CF0DBD;
}
.BgClassName
{
background-color: #CF0DBD;
}
</style>
border-color css
<style>
span { border-color: #CF0DBD; }
span { border-color: rgb(207,13,189); }
td.TdClassName
{
border-color: #CF0DBD;
}
.TagClassName
{
border-color: #CF0DBD;
}
</style>