Shades of Deep Magenta #CA07B2
Tints of Deep Magenta #CA07B2
RGB
CMYK
RGB Variations
Color information
#CA07B2 (or 0xCA07B2) is known color: Deep Magenta. HEX triplet: CA, 07 and B2. RGB value is (202,7,178). Sum of RGB (Red+Green+Blue) = 202+7+178=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA07B2 is #35F84D. Grayscale: #545454. Windows color (decimal): -3536974 or 11667402. OLE color: 11667402.
HSL color Cylindrical-coordinate representation of color #CA07B2: hue angle of 307.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07B2 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.21 |
| HSL | 307.38º | 0.93% | 0.41% | - |
| HSV(B) | 307.38º | 0.97% | 0.79% | - |
| XYZ | 32.47 | 15.92 | 43.48 | - |
| YUV | 84.8 | 180.6 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 178 | 0 | 0.97 | 0.12 | 0.21 | 307.38 | 0.93 | 0.41 |
| Hex | CA | 7 | B2 | 0 | 61 | C | 15 | 133 | 5D | 29 |
| Octal | 312 | 7 | 262 | 0 | 141 | 14 | 25 | 463 | 135 | 51 |
| Binary | 11001010 | 111 | 10110010 | 0 | 1100001 | 1100 | 10101 | 100110011 | 1011101 | 101001 |
Color Harmonies of #CA07B2
Complementary color
Monochromatic Colors of #CA07B2
Black with #CA07B2
Text Example
Text Example
White with #CA07B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07B2; }
p { color: rgb(202,7,178); }
H1.HeaderClassName
{
color: #CA07B2;
}
.AnyTagClassName
{
color: #CA07B2;
}
</style>
background-color css
<style>
a { background-color: #CA07B2; }
a { background-color: rgb(202,7,178); }
div.DivClassName
{
background-color: #CA07B2;
}
.BgClassName
{
background-color: #CA07B2;
}
</style>
border-color css
<style>
span { border-color: #CA07B2; }
span { border-color: rgb(202,7,178); }
td.TdClassName
{
border-color: #CA07B2;
}
.TagClassName
{
border-color: #CA07B2;
}
</style>