Shades of Deep Magenta #CF0ADA
Tints of Deep Magenta #CF0ADA
RGB
CMYK
RGB Variations
Color information
#CF0ADA (or 0xCF0ADA) is known color: Deep Magenta. HEX triplet: CF, 0A and DA. RGB value is (207,10,218). Sum of RGB (Red+Green+Blue) = 207+10+218=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ADA is #30F525. Grayscale: #5B5B5B. Windows color (decimal): -3208486 or 14289615. OLE color: 14289615.
HSL color Cylindrical-coordinate representation of color #CF0ADA: hue angle of 296.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0ADA is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 10 | 218 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.15 |
| HSL | 296.83º | 0.91% | 0.45% | - |
| HSV(B) | 296.83º | 0.95% | 0.85% | - |
| XYZ | 38.5 | 18.54 | 67.88 | - |
| YUV | 92.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 218 | 0.05 | 0.95 | 0 | 0.15 | 296.83 | 0.91 | 0.45 |
| Hex | CF | A | DA | 5 | 5F | 0 | F | 129 | 5B | 2D |
| Octal | 317 | 12 | 332 | 5 | 137 | 0 | 17 | 451 | 133 | 55 |
| Binary | 11001111 | 1010 | 11011010 | 101 | 1011111 | 0 | 1111 | 100101001 | 1011011 | 101101 |
Color Harmonies of #CF0ADA
Complementary color
Monochromatic Colors of #CF0ADA
Black with #CF0ADA
Text Example
Text Example
White with #CF0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ADA; }
p { color: rgb(207,10,218); }
H1.HeaderClassName
{
color: #CF0ADA;
}
.AnyTagClassName
{
color: #CF0ADA;
}
</style>
background-color css
<style>
a { background-color: #CF0ADA; }
a { background-color: rgb(207,10,218); }
div.DivClassName
{
background-color: #CF0ADA;
}
.BgClassName
{
background-color: #CF0ADA;
}
</style>
border-color css
<style>
span { border-color: #CF0ADA; }
span { border-color: rgb(207,10,218); }
td.TdClassName
{
border-color: #CF0ADA;
}
.TagClassName
{
border-color: #CF0ADA;
}
</style>