Shades of Deep Magenta #CF01DA
Tints of Deep Magenta #CF01DA
RGB
CMYK
RGB Variations
Color information
#CF01DA (or 0xCF01DA) is known color: Deep Magenta. HEX triplet: CF, 01 and DA. RGB value is (207,1,218). Sum of RGB (Red+Green+Blue) = 207+1+218=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF01DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01DA is #30FE25. Grayscale: #565656. Windows color (decimal): -3210790 or 14287311. OLE color: 14287311.
HSL color Cylindrical-coordinate representation of color #CF01DA: hue angle of 296.96º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01DA is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 1 | 218 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.15 |
| HSL | 296.96º | 0.99% | 0.43% | - |
| HSV(B) | 296.96º | 1% | 0.85% | - |
| XYZ | 38.4 | 18.35 | 67.85 | - |
| YUV | 87.33 | 201.75 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 218 | 0.05 | 1.00 | 0 | 0.15 | 296.96 | 0.99 | 0.43 |
| Hex | CF | 1 | DA | 5 | 64 | 0 | F | 129 | 63 | 2B |
| Octal | 317 | 1 | 332 | 5 | 144 | 0 | 17 | 451 | 143 | 53 |
| Binary | 11001111 | 1 | 11011010 | 101 | 1100100 | 0 | 1111 | 100101001 | 1100011 | 101011 |
Color Harmonies of #CF01DA
Complementary color
Monochromatic Colors of #CF01DA
Black with #CF01DA
Text Example
Text Example
White with #CF01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01DA; }
p { color: rgb(207,1,218); }
H1.HeaderClassName
{
color: #CF01DA;
}
.AnyTagClassName
{
color: #CF01DA;
}
</style>
background-color css
<style>
a { background-color: #CF01DA; }
a { background-color: rgb(207,1,218); }
div.DivClassName
{
background-color: #CF01DA;
}
.BgClassName
{
background-color: #CF01DA;
}
</style>
border-color css
<style>
span { border-color: #CF01DA; }
span { border-color: rgb(207,1,218); }
td.TdClassName
{
border-color: #CF01DA;
}
.TagClassName
{
border-color: #CF01DA;
}
</style>