Shades of Deep Magenta #CF0BDE
Tints of Deep Magenta #CF0BDE
RGB
CMYK
RGB Variations
Color information
#CF0BDE (or 0xCF0BDE) is known color: Deep Magenta. HEX triplet: CF, 0B and DE. RGB value is (207,11,222). Sum of RGB (Red+Green+Blue) = 207+11+222=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BDE is #30F421. Grayscale: #5D5D5D. Windows color (decimal): -3208226 or 14552015. OLE color: 14552015.
HSL color Cylindrical-coordinate representation of color #CF0BDE: hue angle of 295.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0BDE is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 11 | 222 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.13 |
| HSL | 295.73º | 0.91% | 0.46% | - |
| HSV(B) | 295.73º | 0.95% | 0.87% | - |
| XYZ | 39.04 | 18.78 | 70.67 | - |
| YUV | 93.66 | 200.43 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 222 | 0.07 | 0.95 | 0 | 0.13 | 295.73 | 0.91 | 0.46 |
| Hex | CF | B | DE | 7 | 5F | 0 | D | 128 | 5B | 2E |
| Octal | 317 | 13 | 336 | 7 | 137 | 0 | 15 | 450 | 133 | 56 |
| Binary | 11001111 | 1011 | 11011110 | 111 | 1011111 | 0 | 1101 | 100101000 | 1011011 | 101110 |
Color Harmonies of #CF0BDE
Complementary color
Monochromatic Colors of #CF0BDE
Black with #CF0BDE
Text Example
Text Example
White with #CF0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BDE; }
p { color: rgb(207,11,222); }
H1.HeaderClassName
{
color: #CF0BDE;
}
.AnyTagClassName
{
color: #CF0BDE;
}
</style>
background-color css
<style>
a { background-color: #CF0BDE; }
a { background-color: rgb(207,11,222); }
div.DivClassName
{
background-color: #CF0BDE;
}
.BgClassName
{
background-color: #CF0BDE;
}
</style>
border-color css
<style>
span { border-color: #CF0BDE; }
span { border-color: rgb(207,11,222); }
td.TdClassName
{
border-color: #CF0BDE;
}
.TagClassName
{
border-color: #CF0BDE;
}
</style>