Shades of Deep Magenta #CF03CD
Tints of Deep Magenta #CF03CD
RGB
CMYK
RGB Variations
Color information
#CF03CD (or 0xCF03CD) is known color: Deep Magenta. HEX triplet: CF, 03 and CD. RGB value is (207,3,205). Sum of RGB (Red+Green+Blue) = 207+3+205=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03CD is #30FC32. Grayscale: #565656. Windows color (decimal): -3210291 or 13435855. OLE color: 13435855.
HSL color Cylindrical-coordinate representation of color #CF03CD: hue angle of 300.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03CD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.19 |
| HSL | 300.59º | 0.97% | 0.41% | - |
| HSV(B) | 300.59º | 0.99% | 0.81% | - |
| XYZ | 36.78 | 17.74 | 59.24 | - |
| YUV | 87.02 | 194.59 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 205 | 0 | 0.99 | 0.01 | 0.19 | 300.59 | 0.97 | 0.41 |
| Hex | CF | 3 | CD | 0 | 63 | 1 | 13 | 12D | 61 | 29 |
| Octal | 317 | 3 | 315 | 0 | 143 | 1 | 23 | 455 | 141 | 51 |
| Binary | 11001111 | 11 | 11001101 | 0 | 1100011 | 1 | 10011 | 100101101 | 1100001 | 101001 |
Color Harmonies of #CF03CD
Complementary color
Monochromatic Colors of #CF03CD
Black with #CF03CD
Text Example
Text Example
White with #CF03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03CD; }
p { color: rgb(207,3,205); }
H1.HeaderClassName
{
color: #CF03CD;
}
.AnyTagClassName
{
color: #CF03CD;
}
</style>
background-color css
<style>
a { background-color: #CF03CD; }
a { background-color: rgb(207,3,205); }
div.DivClassName
{
background-color: #CF03CD;
}
.BgClassName
{
background-color: #CF03CD;
}
</style>
border-color css
<style>
span { border-color: #CF03CD; }
span { border-color: rgb(207,3,205); }
td.TdClassName
{
border-color: #CF03CD;
}
.TagClassName
{
border-color: #CF03CD;
}
</style>