Shades of Deep Magenta #CA07DF
Tints of Deep Magenta #CA07DF
RGB
CMYK
RGB Variations
Color information
#CA07DF (or 0xCA07DF) is known color: Deep Magenta. HEX triplet: CA, 07 and DF. RGB value is (202,7,223). Sum of RGB (Red+Green+Blue) = 202+7+223=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07DF is #35F820. Grayscale: #595959. Windows color (decimal): -3536929 or 14616522. OLE color: 14616522.
HSL color Cylindrical-coordinate representation of color #CA07DF: hue angle of 294.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07DF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 7 | 223 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.13 |
| HSL | 294.17º | 0.94% | 0.45% | - |
| HSV(B) | 294.17º | 0.97% | 0.87% | - |
| XYZ | 37.75 | 18.04 | 71.3 | - |
| YUV | 89.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 223 | 0.09 | 0.97 | 0 | 0.13 | 294.17 | 0.94 | 0.45 |
| Hex | CA | 7 | DF | 9 | 61 | 0 | D | 126 | 5E | 2D |
| Octal | 312 | 7 | 337 | 11 | 141 | 0 | 15 | 446 | 136 | 55 |
| Binary | 11001010 | 111 | 11011111 | 1001 | 1100001 | 0 | 1101 | 100100110 | 1011110 | 101101 |
Color Harmonies of #CA07DF
Complementary color
Monochromatic Colors of #CA07DF
Black with #CA07DF
Text Example
Text Example
White with #CA07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07DF; }
p { color: rgb(202,7,223); }
H1.HeaderClassName
{
color: #CA07DF;
}
.AnyTagClassName
{
color: #CA07DF;
}
</style>
background-color css
<style>
a { background-color: #CA07DF; }
a { background-color: rgb(202,7,223); }
div.DivClassName
{
background-color: #CA07DF;
}
.BgClassName
{
background-color: #CA07DF;
}
</style>
border-color css
<style>
span { border-color: #CA07DF; }
span { border-color: rgb(202,7,223); }
td.TdClassName
{
border-color: #CA07DF;
}
.TagClassName
{
border-color: #CA07DF;
}
</style>