Shades of Deep Magenta #CF00D1
Tints of Deep Magenta #CF00D1
RGB
CMYK
RGB Variations
Color information
#CF00D1 (or 0xCF00D1) is known color: Deep Magenta. HEX triplet: CF, 00 and D1. RGB value is (207,0,209). Sum of RGB (Red+Green+Blue) = 207+0+209=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00D1 is #30FF2E. Grayscale: #555555. Windows color (decimal): -3211055 or 13697231. OLE color: 13697231.
HSL color Cylindrical-coordinate representation of color #CF00D1: hue angle of 299.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00D1 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 0 | 209 | - |
| CMYK | 0.01 | 1 | 0 | 0.18 |
| HSL | 299.43º | 1% | 0.41% | - |
| HSV(B) | 299.43º | 1% | 0.82% | - |
| XYZ | 37.24 | 17.87 | 61.81 | - |
| YUV | 85.72 | 197.58 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 209 | 0.01 | 1 | 0 | 0.18 | 299.43 | 1 | 0.41 |
| Hex | CF | 0 | D1 | 1 | 64 | 0 | 12 | 12B | 64 | 29 |
| Octal | 317 | 0 | 321 | 1 | 144 | 0 | 22 | 453 | 144 | 51 |
| Binary | 11001111 | 0 | 11010001 | 1 | 1100100 | 0 | 10010 | 100101011 | 1100100 | 101001 |
Color Harmonies of #CF00D1
Complementary color
Monochromatic Colors of #CF00D1
Black with #CF00D1
Text Example
Text Example
White with #CF00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00D1; }
p { color: rgb(207,0,209); }
H1.HeaderClassName
{
color: #CF00D1;
}
.AnyTagClassName
{
color: #CF00D1;
}
</style>
background-color css
<style>
a { background-color: #CF00D1; }
a { background-color: rgb(207,0,209); }
div.DivClassName
{
background-color: #CF00D1;
}
.BgClassName
{
background-color: #CF00D1;
}
</style>
border-color css
<style>
span { border-color: #CF00D1; }
span { border-color: rgb(207,0,209); }
td.TdClassName
{
border-color: #CF00D1;
}
.TagClassName
{
border-color: #CF00D1;
}
</style>