Shades of Deep Magenta #CF03CC
Tints of Deep Magenta #CF03CC
RGB
CMYK
RGB Variations
Color information
#CF03CC (or 0xCF03CC) is known color: Deep Magenta. HEX triplet: CF, 03 and CC. RGB value is (207,3,204). Sum of RGB (Red+Green+Blue) = 207+3+204=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03CC is #30FC33. Grayscale: #565656. Windows color (decimal): -3210292 or 13370319. OLE color: 13370319.
HSL color Cylindrical-coordinate representation of color #CF03CC: hue angle of 300.88º 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 #CF03CC is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.19 |
| HSL | 300.88º | 0.97% | 0.41% | - |
| HSV(B) | 300.88º | 0.99% | 0.81% | - |
| XYZ | 36.66 | 17.69 | 58.61 | - |
| YUV | 86.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 204 | 0 | 0.99 | 0.01 | 0.19 | 300.88 | 0.97 | 0.41 |
| Hex | CF | 3 | CC | 0 | 63 | 1 | 13 | 12D | 61 | 29 |
| Octal | 317 | 3 | 314 | 0 | 143 | 1 | 23 | 455 | 141 | 51 |
| Binary | 11001111 | 11 | 11001100 | 0 | 1100011 | 1 | 10011 | 100101101 | 1100001 | 101001 |
Color Harmonies of #CF03CC
Complementary color
Monochromatic Colors of #CF03CC
Black with #CF03CC
Text Example
Text Example
White with #CF03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03CC; }
p { color: rgb(207,3,204); }
H1.HeaderClassName
{
color: #CF03CC;
}
.AnyTagClassName
{
color: #CF03CC;
}
</style>
background-color css
<style>
a { background-color: #CF03CC; }
a { background-color: rgb(207,3,204); }
div.DivClassName
{
background-color: #CF03CC;
}
.BgClassName
{
background-color: #CF03CC;
}
</style>
border-color css
<style>
span { border-color: #CF03CC; }
span { border-color: rgb(207,3,204); }
td.TdClassName
{
border-color: #CF03CC;
}
.TagClassName
{
border-color: #CF03CC;
}
</style>