Shades of Deep Magenta #CA03BE
Tints of Deep Magenta #CA03BE
RGB
CMYK
RGB Variations
Color information
#CA03BE (or 0xCA03BE) is known color: Deep Magenta. HEX triplet: CA, 03 and BE. RGB value is (202,3,190). Sum of RGB (Red+Green+Blue) = 202+3+190=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03BE is #35FC41. Grayscale: #535353. Windows color (decimal): -3537986 or 12452810. OLE color: 12452810.
HSL color Cylindrical-coordinate representation of color #CA03BE: hue angle of 303.62º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03BE is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.21 |
| HSL | 303.62º | 0.97% | 0.4% | - |
| HSV(B) | 303.62º | 0.99% | 0.79% | - |
| XYZ | 33.68 | 16.34 | 50.09 | - |
| YUV | 83.82 | 187.93 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 190 | 0 | 0.99 | 0.06 | 0.21 | 303.62 | 0.97 | 0.4 |
| Hex | CA | 3 | BE | 0 | 63 | 6 | 15 | 130 | 61 | 28 |
| Octal | 312 | 3 | 276 | 0 | 143 | 6 | 25 | 460 | 141 | 50 |
| Binary | 11001010 | 11 | 10111110 | 0 | 1100011 | 110 | 10101 | 100110000 | 1100001 | 101000 |
Color Harmonies of #CA03BE
Complementary color
Monochromatic Colors of #CA03BE
Black with #CA03BE
Text Example
Text Example
White with #CA03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03BE; }
p { color: rgb(202,3,190); }
H1.HeaderClassName
{
color: #CA03BE;
}
.AnyTagClassName
{
color: #CA03BE;
}
</style>
background-color css
<style>
a { background-color: #CA03BE; }
a { background-color: rgb(202,3,190); }
div.DivClassName
{
background-color: #CA03BE;
}
.BgClassName
{
background-color: #CA03BE;
}
</style>
border-color css
<style>
span { border-color: #CA03BE; }
span { border-color: rgb(202,3,190); }
td.TdClassName
{
border-color: #CA03BE;
}
.TagClassName
{
border-color: #CA03BE;
}
</style>