Shades of Deep Magenta #CF00DA
Tints of Deep Magenta #CF00DA
RGB
CMYK
RGB Variations
Color information
#CF00DA (or 0xCF00DA) is known color: Deep Magenta. HEX triplet: CF, 00 and DA. RGB value is (207,0,218). Sum of RGB (Red+Green+Blue) = 207+0+218=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00DA is #30FF25. Grayscale: #565656. Windows color (decimal): -3211046 or 14287055. OLE color: 14287055.
HSL color Cylindrical-coordinate representation of color #CF00DA: hue angle of 296.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00DA is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 0 | 218 | - |
| CMYK | 0.05 | 1 | 0 | 0.15 |
| HSL | 296.97º | 1% | 0.43% | - |
| HSV(B) | 296.97º | 1% | 0.85% | - |
| XYZ | 38.39 | 18.33 | 67.84 | - |
| YUV | 86.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 218 | 0.05 | 1 | 0 | 0.15 | 296.97 | 1 | 0.43 |
| Hex | CF | 0 | DA | 5 | 64 | 0 | F | 129 | 64 | 2B |
| Octal | 317 | 0 | 332 | 5 | 144 | 0 | 17 | 451 | 144 | 53 |
| Binary | 11001111 | 0 | 11011010 | 101 | 1100100 | 0 | 1111 | 100101001 | 1100100 | 101011 |
Color Harmonies of #CF00DA
Complementary color
Monochromatic Colors of #CF00DA
Black with #CF00DA
Text Example
Text Example
White with #CF00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00DA; }
p { color: rgb(207,0,218); }
H1.HeaderClassName
{
color: #CF00DA;
}
.AnyTagClassName
{
color: #CF00DA;
}
</style>
background-color css
<style>
a { background-color: #CF00DA; }
a { background-color: rgb(207,0,218); }
div.DivClassName
{
background-color: #CF00DA;
}
.BgClassName
{
background-color: #CF00DA;
}
</style>
border-color css
<style>
span { border-color: #CF00DA; }
span { border-color: rgb(207,0,218); }
td.TdClassName
{
border-color: #CF00DA;
}
.TagClassName
{
border-color: #CF00DA;
}
</style>