Shades of Deep Magenta #CF03DF
Tints of Deep Magenta #CF03DF
RGB
CMYK
RGB Variations
Color information
#CF03DF (or 0xCF03DF) is known color: Deep Magenta. HEX triplet: CF, 03 and DF. RGB value is (207,3,223). Sum of RGB (Red+Green+Blue) = 207+3+223=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03DF is #30FC20. Grayscale: #585858. Windows color (decimal): -3210273 or 14615503. OLE color: 14615503.
HSL color Cylindrical-coordinate representation of color #CF03DF: hue angle of 295.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03DF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 3 | 223 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.13 |
| HSL | 295.64º | 0.97% | 0.44% | - |
| HSV(B) | 295.64º | 0.99% | 0.87% | - |
| XYZ | 39.08 | 18.66 | 71.35 | - |
| YUV | 89.08 | 203.59 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 223 | 0.07 | 0.99 | 0 | 0.13 | 295.64 | 0.97 | 0.44 |
| Hex | CF | 3 | DF | 7 | 63 | 0 | D | 128 | 61 | 2C |
| Octal | 317 | 3 | 337 | 7 | 143 | 0 | 15 | 450 | 141 | 54 |
| Binary | 11001111 | 11 | 11011111 | 111 | 1100011 | 0 | 1101 | 100101000 | 1100001 | 101100 |
Color Harmonies of #CF03DF
Complementary color
Monochromatic Colors of #CF03DF
Black with #CF03DF
Text Example
Text Example
White with #CF03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03DF; }
p { color: rgb(207,3,223); }
H1.HeaderClassName
{
color: #CF03DF;
}
.AnyTagClassName
{
color: #CF03DF;
}
</style>
background-color css
<style>
a { background-color: #CF03DF; }
a { background-color: rgb(207,3,223); }
div.DivClassName
{
background-color: #CF03DF;
}
.BgClassName
{
background-color: #CF03DF;
}
</style>
border-color css
<style>
span { border-color: #CF03DF; }
span { border-color: rgb(207,3,223); }
td.TdClassName
{
border-color: #CF03DF;
}
.TagClassName
{
border-color: #CF03DF;
}
</style>