Shades of Deep Magenta #CF0BDC
Tints of Deep Magenta #CF0BDC
RGB
CMYK
RGB Variations
Color information
#CF0BDC (or 0xCF0BDC) is known color: Deep Magenta. HEX triplet: CF, 0B and DC. RGB value is (207,11,220). Sum of RGB (Red+Green+Blue) = 207+11+220=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF0BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BDC is #30F423. Grayscale: #5C5C5C. Windows color (decimal): -3208228 or 14420943. OLE color: 14420943.
HSL color Cylindrical-coordinate representation of color #CF0BDC: hue angle of 296.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0BDC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 11 | 220 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.14 |
| HSL | 296.27º | 0.9% | 0.45% | - |
| HSV(B) | 296.27º | 0.95% | 0.86% | - |
| XYZ | 38.77 | 18.67 | 69.27 | - |
| YUV | 93.43 | 199.43 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 220 | 0.06 | 0.95 | 0 | 0.14 | 296.27 | 0.9 | 0.45 |
| Hex | CF | B | DC | 6 | 5F | 0 | E | 128 | 5A | 2D |
| Octal | 317 | 13 | 334 | 6 | 137 | 0 | 16 | 450 | 132 | 55 |
| Binary | 11001111 | 1011 | 11011100 | 110 | 1011111 | 0 | 1110 | 100101000 | 1011010 | 101101 |
Color Harmonies of #CF0BDC
Complementary color
Monochromatic Colors of #CF0BDC
Black with #CF0BDC
Text Example
Text Example
White with #CF0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BDC; }
p { color: rgb(207,11,220); }
H1.HeaderClassName
{
color: #CF0BDC;
}
.AnyTagClassName
{
color: #CF0BDC;
}
</style>
background-color css
<style>
a { background-color: #CF0BDC; }
a { background-color: rgb(207,11,220); }
div.DivClassName
{
background-color: #CF0BDC;
}
.BgClassName
{
background-color: #CF0BDC;
}
</style>
border-color css
<style>
span { border-color: #CF0BDC; }
span { border-color: rgb(207,11,220); }
td.TdClassName
{
border-color: #CF0BDC;
}
.TagClassName
{
border-color: #CF0BDC;
}
</style>