Shades of Deep Magenta #CF0BDA
Tints of Deep Magenta #CF0BDA
RGB
CMYK
RGB Variations
Color information
#CF0BDA (or 0xCF0BDA) is known color: Deep Magenta. HEX triplet: CF, 0B and DA. RGB value is (207,11,218). Sum of RGB (Red+Green+Blue) = 207+11+218=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BDA is #30F425. Grayscale: #5C5C5C. Windows color (decimal): -3208230 or 14289871. OLE color: 14289871.
HSL color Cylindrical-coordinate representation of color #CF0BDA: hue angle of 296.81º degrees, saturation: 0.9, 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 #CF0BDA is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 11 | 218 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.15 |
| HSL | 296.81º | 0.9% | 0.45% | - |
| HSV(B) | 296.81º | 0.95% | 0.85% | - |
| XYZ | 38.51 | 18.57 | 67.88 | - |
| YUV | 93.2 | 198.43 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 218 | 0.05 | 0.95 | 0 | 0.15 | 296.81 | 0.9 | 0.45 |
| Hex | CF | B | DA | 5 | 5F | 0 | F | 129 | 5A | 2D |
| Octal | 317 | 13 | 332 | 5 | 137 | 0 | 17 | 451 | 132 | 55 |
| Binary | 11001111 | 1011 | 11011010 | 101 | 1011111 | 0 | 1111 | 100101001 | 1011010 | 101101 |
Color Harmonies of #CF0BDA
Complementary color
Monochromatic Colors of #CF0BDA
Black with #CF0BDA
Text Example
Text Example
White with #CF0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BDA; }
p { color: rgb(207,11,218); }
H1.HeaderClassName
{
color: #CF0BDA;
}
.AnyTagClassName
{
color: #CF0BDA;
}
</style>
background-color css
<style>
a { background-color: #CF0BDA; }
a { background-color: rgb(207,11,218); }
div.DivClassName
{
background-color: #CF0BDA;
}
.BgClassName
{
background-color: #CF0BDA;
}
</style>
border-color css
<style>
span { border-color: #CF0BDA; }
span { border-color: rgb(207,11,218); }
td.TdClassName
{
border-color: #CF0BDA;
}
.TagClassName
{
border-color: #CF0BDA;
}
</style>