Shades of Deep Magenta #CF03D0
Tints of Deep Magenta #CF03D0
RGB
CMYK
RGB Variations
Color information
#CF03D0 (or 0xCF03D0) is known color: Deep Magenta. HEX triplet: CF, 03 and D0. RGB value is (207,3,208). Sum of RGB (Red+Green+Blue) = 207+3+208=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF03D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03D0 is #30FC2F. Grayscale: #565656. Windows color (decimal): -3210288 or 13632463. OLE color: 13632463.
HSL color Cylindrical-coordinate representation of color #CF03D0: hue angle of 299.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03D0 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 3 | 208 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.18 |
| HSL | 299.71º | 0.97% | 0.41% | - |
| HSV(B) | 299.71º | 0.99% | 0.82% | - |
| XYZ | 37.15 | 17.88 | 61.17 | - |
| YUV | 87.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 208 | 0.00 | 0.99 | 0 | 0.18 | 299.71 | 0.97 | 0.41 |
| Hex | CF | 3 | D0 | 0 | 63 | 0 | 12 | 12C | 61 | 29 |
| Octal | 317 | 3 | 320 | 0 | 143 | 0 | 22 | 454 | 141 | 51 |
| Binary | 11001111 | 11 | 11010000 | 0 | 1100011 | 0 | 10010 | 100101100 | 1100001 | 101001 |
Color Harmonies of #CF03D0
Complementary color
Monochromatic Colors of #CF03D0
Black with #CF03D0
Text Example
Text Example
White with #CF03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03D0; }
p { color: rgb(207,3,208); }
H1.HeaderClassName
{
color: #CF03D0;
}
.AnyTagClassName
{
color: #CF03D0;
}
</style>
background-color css
<style>
a { background-color: #CF03D0; }
a { background-color: rgb(207,3,208); }
div.DivClassName
{
background-color: #CF03D0;
}
.BgClassName
{
background-color: #CF03D0;
}
</style>
border-color css
<style>
span { border-color: #CF03D0; }
span { border-color: rgb(207,3,208); }
td.TdClassName
{
border-color: #CF03D0;
}
.TagClassName
{
border-color: #CF03D0;
}
</style>