Shades of Deep Magenta #CF0CDA
Tints of Deep Magenta #CF0CDA
RGB
CMYK
RGB Variations
Color information
#CF0CDA (or 0xCF0CDA) is known color: Deep Magenta. HEX triplet: CF, 0C and DA. RGB value is (207,12,218). Sum of RGB (Red+Green+Blue) = 207+12+218=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CDA is #30F325. Grayscale: #5D5D5D. Windows color (decimal): -3207974 or 14290127. OLE color: 14290127.
HSL color Cylindrical-coordinate representation of color #CF0CDA: hue angle of 296.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0CDA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 12 | 218 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.15 |
| HSL | 296.8º | 0.9% | 0.45% | - |
| HSV(B) | 296.8º | 0.94% | 0.85% | - |
| XYZ | 38.52 | 18.59 | 67.89 | - |
| YUV | 93.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 218 | 0.05 | 0.94 | 0 | 0.15 | 296.8 | 0.9 | 0.45 |
| Hex | CF | C | DA | 5 | 5E | 0 | F | 129 | 5A | 2D |
| Octal | 317 | 14 | 332 | 5 | 136 | 0 | 17 | 451 | 132 | 55 |
| Binary | 11001111 | 1100 | 11011010 | 101 | 1011110 | 0 | 1111 | 100101001 | 1011010 | 101101 |
Color Harmonies of #CF0CDA
Complementary color
Monochromatic Colors of #CF0CDA
Black with #CF0CDA
Text Example
Text Example
White with #CF0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CDA; }
p { color: rgb(207,12,218); }
H1.HeaderClassName
{
color: #CF0CDA;
}
.AnyTagClassName
{
color: #CF0CDA;
}
</style>
background-color css
<style>
a { background-color: #CF0CDA; }
a { background-color: rgb(207,12,218); }
div.DivClassName
{
background-color: #CF0CDA;
}
.BgClassName
{
background-color: #CF0CDA;
}
</style>
border-color css
<style>
span { border-color: #CF0CDA; }
span { border-color: rgb(207,12,218); }
td.TdClassName
{
border-color: #CF0CDA;
}
.TagClassName
{
border-color: #CF0CDA;
}
</style>