Shades of Deep Magenta #CF0BD8
Tints of Deep Magenta #CF0BD8
RGB
CMYK
RGB Variations
Color information
#CF0BD8 (or 0xCF0BD8) is known color: Deep Magenta. HEX triplet: CF, 0B and D8. RGB value is (207,11,216). Sum of RGB (Red+Green+Blue) = 207+11+216=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF0BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BD8 is #30F427. Grayscale: #5C5C5C. Windows color (decimal): -3208232 or 14158799. OLE color: 14158799.
HSL color Cylindrical-coordinate representation of color #CF0BD8: hue angle of 297.37º 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 #CF0BD8 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 11 | 216 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.15 |
| HSL | 297.37º | 0.9% | 0.45% | - |
| HSV(B) | 297.37º | 0.95% | 0.85% | - |
| XYZ | 38.25 | 18.46 | 66.51 | - |
| YUV | 92.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 216 | 0.04 | 0.95 | 0 | 0.15 | 297.37 | 0.9 | 0.45 |
| Hex | CF | B | D8 | 4 | 5F | 0 | F | 129 | 5A | 2D |
| Octal | 317 | 13 | 330 | 4 | 137 | 0 | 17 | 451 | 132 | 55 |
| Binary | 11001111 | 1011 | 11011000 | 100 | 1011111 | 0 | 1111 | 100101001 | 1011010 | 101101 |
Color Harmonies of #CF0BD8
Complementary color
Monochromatic Colors of #CF0BD8
Black with #CF0BD8
Text Example
Text Example
White with #CF0BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BD8; }
p { color: rgb(207,11,216); }
H1.HeaderClassName
{
color: #CF0BD8;
}
.AnyTagClassName
{
color: #CF0BD8;
}
</style>
background-color css
<style>
a { background-color: #CF0BD8; }
a { background-color: rgb(207,11,216); }
div.DivClassName
{
background-color: #CF0BD8;
}
.BgClassName
{
background-color: #CF0BD8;
}
</style>
border-color css
<style>
span { border-color: #CF0BD8; }
span { border-color: rgb(207,11,216); }
td.TdClassName
{
border-color: #CF0BD8;
}
.TagClassName
{
border-color: #CF0BD8;
}
</style>