Shades of Deep Magenta #CF01DD
Tints of Deep Magenta #CF01DD
RGB
CMYK
RGB Variations
Color information
#CF01DD (or 0xCF01DD) is known color: Deep Magenta. HEX triplet: CF, 01 and DD. RGB value is (207,1,221). Sum of RGB (Red+Green+Blue) = 207+1+221=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01DD is #30FE22. Grayscale: #575757. Windows color (decimal): -3210787 or 14483919. OLE color: 14483919.
HSL color Cylindrical-coordinate representation of color #CF01DD: hue angle of 296.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01DD is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 1 | 221 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.13 |
| HSL | 296.18º | 0.99% | 0.44% | - |
| HSV(B) | 296.18º | 1% | 0.87% | - |
| XYZ | 38.79 | 18.51 | 69.93 | - |
| YUV | 87.67 | 203.25 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 221 | 0.06 | 1.00 | 0 | 0.13 | 296.18 | 0.99 | 0.44 |
| Hex | CF | 1 | DD | 6 | 64 | 0 | D | 128 | 63 | 2C |
| Octal | 317 | 1 | 335 | 6 | 144 | 0 | 15 | 450 | 143 | 54 |
| Binary | 11001111 | 1 | 11011101 | 110 | 1100100 | 0 | 1101 | 100101000 | 1100011 | 101100 |
Color Harmonies of #CF01DD
Complementary color
Monochromatic Colors of #CF01DD
Black with #CF01DD
Text Example
Text Example
White with #CF01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01DD; }
p { color: rgb(207,1,221); }
H1.HeaderClassName
{
color: #CF01DD;
}
.AnyTagClassName
{
color: #CF01DD;
}
</style>
background-color css
<style>
a { background-color: #CF01DD; }
a { background-color: rgb(207,1,221); }
div.DivClassName
{
background-color: #CF01DD;
}
.BgClassName
{
background-color: #CF01DD;
}
</style>
border-color css
<style>
span { border-color: #CF01DD; }
span { border-color: rgb(207,1,221); }
td.TdClassName
{
border-color: #CF01DD;
}
.TagClassName
{
border-color: #CF01DD;
}
</style>