Shades of Deep Magenta #CF0CDE
Tints of Deep Magenta #CF0CDE
RGB
CMYK
RGB Variations
Color information
#CF0CDE (or 0xCF0CDE) is known color: Deep Magenta. HEX triplet: CF, 0C and DE. RGB value is (207,12,222). Sum of RGB (Red+Green+Blue) = 207+12+222=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF0CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CDE is #30F321. Grayscale: #5D5D5D. Windows color (decimal): -3207970 or 14552271. OLE color: 14552271.
HSL color Cylindrical-coordinate representation of color #CF0CDE: hue angle of 295.71º degrees, saturation: 0.9, 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 #CF0CDE is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 12 | 222 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.13 |
| HSL | 295.71º | 0.9% | 0.46% | - |
| HSV(B) | 295.71º | 0.95% | 0.87% | - |
| XYZ | 39.05 | 18.8 | 70.68 | - |
| YUV | 94.25 | 200.1 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 222 | 0.07 | 0.95 | 0 | 0.13 | 295.71 | 0.9 | 0.46 |
| Hex | CF | C | DE | 7 | 5F | 0 | D | 128 | 5A | 2E |
| Octal | 317 | 14 | 336 | 7 | 137 | 0 | 15 | 450 | 132 | 56 |
| Binary | 11001111 | 1100 | 11011110 | 111 | 1011111 | 0 | 1101 | 100101000 | 1011010 | 101110 |
Color Harmonies of #CF0CDE
Complementary color
Monochromatic Colors of #CF0CDE
Black with #CF0CDE
Text Example
Text Example
White with #CF0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CDE; }
p { color: rgb(207,12,222); }
H1.HeaderClassName
{
color: #CF0CDE;
}
.AnyTagClassName
{
color: #CF0CDE;
}
</style>
background-color css
<style>
a { background-color: #CF0CDE; }
a { background-color: rgb(207,12,222); }
div.DivClassName
{
background-color: #CF0CDE;
}
.BgClassName
{
background-color: #CF0CDE;
}
</style>
border-color css
<style>
span { border-color: #CF0CDE; }
span { border-color: rgb(207,12,222); }
td.TdClassName
{
border-color: #CF0CDE;
}
.TagClassName
{
border-color: #CF0CDE;
}
</style>