Shades of Deep Magenta #CF0DCB
Tints of Deep Magenta #CF0DCB
RGB
CMYK
RGB Variations
Color information
#CF0DCB (or 0xCF0DCB) is known color: Deep Magenta. HEX triplet: CF, 0D and CB. RGB value is (207,13,203). Sum of RGB (Red+Green+Blue) = 207+13+203=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DCB is #30F234. Grayscale: #5C5C5C. Windows color (decimal): -3207733 or 13307343. OLE color: 13307343.
HSL color Cylindrical-coordinate representation of color #CF0DCB: hue angle of 301.24º 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 #CF0DCB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.19 |
| HSL | 301.24º | 0.88% | 0.43% | - |
| HSV(B) | 301.24º | 0.94% | 0.81% | - |
| XYZ | 36.66 | 17.87 | 58.02 | - |
| YUV | 92.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 203 | 0 | 0.94 | 0.02 | 0.19 | 301.24 | 0.88 | 0.43 |
| Hex | CF | D | CB | 0 | 5E | 2 | 13 | 12D | 58 | 2B |
| Octal | 317 | 15 | 313 | 0 | 136 | 2 | 23 | 455 | 130 | 53 |
| Binary | 11001111 | 1101 | 11001011 | 0 | 1011110 | 10 | 10011 | 100101101 | 1011000 | 101011 |
Color Harmonies of #CF0DCB
Complementary color
Monochromatic Colors of #CF0DCB
Black with #CF0DCB
Text Example
Text Example
White with #CF0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DCB; }
p { color: rgb(207,13,203); }
H1.HeaderClassName
{
color: #CF0DCB;
}
.AnyTagClassName
{
color: #CF0DCB;
}
</style>
background-color css
<style>
a { background-color: #CF0DCB; }
a { background-color: rgb(207,13,203); }
div.DivClassName
{
background-color: #CF0DCB;
}
.BgClassName
{
background-color: #CF0DCB;
}
</style>
border-color css
<style>
span { border-color: #CF0DCB; }
span { border-color: rgb(207,13,203); }
td.TdClassName
{
border-color: #CF0DCB;
}
.TagClassName
{
border-color: #CF0DCB;
}
</style>