Shades of Deep Magenta #CF07DA
Tints of Deep Magenta #CF07DA
RGB
CMYK
RGB Variations
Color information
#CF07DA (or 0xCF07DA) is known color: Deep Magenta. HEX triplet: CF, 07 and DA. RGB value is (207,7,218). Sum of RGB (Red+Green+Blue) = 207+7+218=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF07DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07DA is #30F825. Grayscale: #5A5A5A. Windows color (decimal): -3209254 or 14288847. OLE color: 14288847.
HSL color Cylindrical-coordinate representation of color #CF07DA: hue angle of 296.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07DA is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 7 | 218 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.15 |
| HSL | 296.87º | 0.94% | 0.44% | - |
| HSV(B) | 296.87º | 0.97% | 0.85% | - |
| XYZ | 38.46 | 18.48 | 67.87 | - |
| YUV | 90.85 | 199.76 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 218 | 0.05 | 0.97 | 0 | 0.15 | 296.87 | 0.94 | 0.44 |
| Hex | CF | 7 | DA | 5 | 61 | 0 | F | 129 | 5E | 2C |
| Octal | 317 | 7 | 332 | 5 | 141 | 0 | 17 | 451 | 136 | 54 |
| Binary | 11001111 | 111 | 11011010 | 101 | 1100001 | 0 | 1111 | 100101001 | 1011110 | 101100 |
Color Harmonies of #CF07DA
Complementary color
Monochromatic Colors of #CF07DA
Black with #CF07DA
Text Example
Text Example
White with #CF07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07DA; }
p { color: rgb(207,7,218); }
H1.HeaderClassName
{
color: #CF07DA;
}
.AnyTagClassName
{
color: #CF07DA;
}
</style>
background-color css
<style>
a { background-color: #CF07DA; }
a { background-color: rgb(207,7,218); }
div.DivClassName
{
background-color: #CF07DA;
}
.BgClassName
{
background-color: #CF07DA;
}
</style>
border-color css
<style>
span { border-color: #CF07DA; }
span { border-color: rgb(207,7,218); }
td.TdClassName
{
border-color: #CF07DA;
}
.TagClassName
{
border-color: #CF07DA;
}
</style>