Shades of Deep Magenta #CF0DD7
Tints of Deep Magenta #CF0DD7
RGB
CMYK
RGB Variations
Color information
#CF0DD7 (or 0xCF0DD7) is known color: Deep Magenta. HEX triplet: CF, 0D and D7. RGB value is (207,13,215). Sum of RGB (Red+Green+Blue) = 207+13+215=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF0DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DD7 is #30F228. Grayscale: #5D5D5D. Windows color (decimal): -3207721 or 14093775. OLE color: 14093775.
HSL color Cylindrical-coordinate representation of color #CF0DD7: hue angle of 297.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DD7 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 13 | 215 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.16 |
| HSL | 297.62º | 0.89% | 0.45% | - |
| HSV(B) | 297.62º | 0.94% | 0.84% | - |
| XYZ | 38.14 | 18.46 | 65.84 | - |
| YUV | 94.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 215 | 0.04 | 0.94 | 0 | 0.16 | 297.62 | 0.89 | 0.45 |
| Hex | CF | D | D7 | 4 | 5E | 0 | 10 | 12A | 59 | 2D |
| Octal | 317 | 15 | 327 | 4 | 136 | 0 | 20 | 452 | 131 | 55 |
| Binary | 11001111 | 1101 | 11010111 | 100 | 1011110 | 0 | 10000 | 100101010 | 1011001 | 101101 |
Color Harmonies of #CF0DD7
Complementary color
Monochromatic Colors of #CF0DD7
Black with #CF0DD7
Text Example
Text Example
White with #CF0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DD7; }
p { color: rgb(207,13,215); }
H1.HeaderClassName
{
color: #CF0DD7;
}
.AnyTagClassName
{
color: #CF0DD7;
}
</style>
background-color css
<style>
a { background-color: #CF0DD7; }
a { background-color: rgb(207,13,215); }
div.DivClassName
{
background-color: #CF0DD7;
}
.BgClassName
{
background-color: #CF0DD7;
}
</style>
border-color css
<style>
span { border-color: #CF0DD7; }
span { border-color: rgb(207,13,215); }
td.TdClassName
{
border-color: #CF0DD7;
}
.TagClassName
{
border-color: #CF0DD7;
}
</style>