Shades of Deep Magenta #CF04CA
Tints of Deep Magenta #CF04CA
RGB
CMYK
RGB Variations
Color information
#CF04CA (or 0xCF04CA) is known color: Deep Magenta. HEX triplet: CF, 04 and CA. RGB value is (207,4,202). Sum of RGB (Red+Green+Blue) = 207+4+202=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04CA is #30FB35. Grayscale: #565656. Windows color (decimal): -3210038 or 13239503. OLE color: 13239503.
HSL color Cylindrical-coordinate representation of color #CF04CA: hue angle of 301.48º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04CA is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.19 |
| HSL | 301.48º | 0.96% | 0.41% | - |
| HSV(B) | 301.48º | 0.98% | 0.81% | - |
| XYZ | 36.44 | 17.62 | 57.36 | - |
| YUV | 87.27 | 192.75 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 202 | 0 | 0.98 | 0.02 | 0.19 | 301.48 | 0.96 | 0.41 |
| Hex | CF | 4 | CA | 0 | 62 | 2 | 13 | 12D | 60 | 29 |
| Octal | 317 | 4 | 312 | 0 | 142 | 2 | 23 | 455 | 140 | 51 |
| Binary | 11001111 | 100 | 11001010 | 0 | 1100010 | 10 | 10011 | 100101101 | 1100000 | 101001 |
Color Harmonies of #CF04CA
Complementary color
Monochromatic Colors of #CF04CA
Black with #CF04CA
Text Example
Text Example
White with #CF04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04CA; }
p { color: rgb(207,4,202); }
H1.HeaderClassName
{
color: #CF04CA;
}
.AnyTagClassName
{
color: #CF04CA;
}
</style>
background-color css
<style>
a { background-color: #CF04CA; }
a { background-color: rgb(207,4,202); }
div.DivClassName
{
background-color: #CF04CA;
}
.BgClassName
{
background-color: #CF04CA;
}
</style>
border-color css
<style>
span { border-color: #CF04CA; }
span { border-color: rgb(207,4,202); }
td.TdClassName
{
border-color: #CF04CA;
}
.TagClassName
{
border-color: #CF04CA;
}
</style>