Shades of Deep Magenta #CA07BD
Tints of Deep Magenta #CA07BD
RGB
CMYK
RGB Variations
Color information
#CA07BD (or 0xCA07BD) is known color: Deep Magenta. HEX triplet: CA, 07 and BD. RGB value is (202,7,189). Sum of RGB (Red+Green+Blue) = 202+7+189=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07BD is #35F842. Grayscale: #555555. Windows color (decimal): -3536963 or 12388298. OLE color: 12388298.
HSL color Cylindrical-coordinate representation of color #CA07BD: hue angle of 304º 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 #CA07BD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.21 |
| HSL | 304º | 0.93% | 0.41% | - |
| HSV(B) | 304º | 0.97% | 0.79% | - |
| XYZ | 33.62 | 16.38 | 49.53 | - |
| YUV | 86.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 189 | 0 | 0.97 | 0.06 | 0.21 | 304 | 0.93 | 0.41 |
| Hex | CA | 7 | BD | 0 | 61 | 6 | 15 | 130 | 5D | 29 |
| Octal | 312 | 7 | 275 | 0 | 141 | 6 | 25 | 460 | 135 | 51 |
| Binary | 11001010 | 111 | 10111101 | 0 | 1100001 | 110 | 10101 | 100110000 | 1011101 | 101001 |
Color Harmonies of #CA07BD
Complementary color
Monochromatic Colors of #CA07BD
Black with #CA07BD
Text Example
Text Example
White with #CA07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07BD; }
p { color: rgb(202,7,189); }
H1.HeaderClassName
{
color: #CA07BD;
}
.AnyTagClassName
{
color: #CA07BD;
}
</style>
background-color css
<style>
a { background-color: #CA07BD; }
a { background-color: rgb(202,7,189); }
div.DivClassName
{
background-color: #CA07BD;
}
.BgClassName
{
background-color: #CA07BD;
}
</style>
border-color css
<style>
span { border-color: #CA07BD; }
span { border-color: rgb(202,7,189); }
td.TdClassName
{
border-color: #CA07BD;
}
.TagClassName
{
border-color: #CA07BD;
}
</style>