Shades of Deep Magenta #CF0DD0
Tints of Deep Magenta #CF0DD0
RGB
CMYK
RGB Variations
Color information
#CF0DD0 (or 0xCF0DD0) is known color: Deep Magenta. HEX triplet: CF, 0D and D0. RGB value is (207,13,208). Sum of RGB (Red+Green+Blue) = 207+13+208=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF0DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DD0 is #30F22F. Grayscale: #5C5C5C. Windows color (decimal): -3207728 or 13635023. OLE color: 13635023.
HSL color Cylindrical-coordinate representation of color #CF0DD0: hue angle of 299.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DD0 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 13 | 208 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.18 |
| HSL | 299.69º | 0.88% | 0.43% | - |
| HSV(B) | 299.69º | 0.94% | 0.82% | - |
| XYZ | 37.26 | 18.11 | 61.21 | - |
| YUV | 93.24 | 192.77 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 208 | 0.00 | 0.94 | 0 | 0.18 | 299.69 | 0.88 | 0.43 |
| Hex | CF | D | D0 | 0 | 5E | 0 | 12 | 12C | 58 | 2B |
| Octal | 317 | 15 | 320 | 0 | 136 | 0 | 22 | 454 | 130 | 53 |
| Binary | 11001111 | 1101 | 11010000 | 0 | 1011110 | 0 | 10010 | 100101100 | 1011000 | 101011 |
Color Harmonies of #CF0DD0
Complementary color
Monochromatic Colors of #CF0DD0
Black with #CF0DD0
Text Example
Text Example
White with #CF0DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DD0; }
p { color: rgb(207,13,208); }
H1.HeaderClassName
{
color: #CF0DD0;
}
.AnyTagClassName
{
color: #CF0DD0;
}
</style>
background-color css
<style>
a { background-color: #CF0DD0; }
a { background-color: rgb(207,13,208); }
div.DivClassName
{
background-color: #CF0DD0;
}
.BgClassName
{
background-color: #CF0DD0;
}
</style>
border-color css
<style>
span { border-color: #CF0DD0; }
span { border-color: rgb(207,13,208); }
td.TdClassName
{
border-color: #CF0DD0;
}
.TagClassName
{
border-color: #CF0DD0;
}
</style>