Shades of Deep Magenta #CA20B3
Tints of Deep Magenta #CA20B3
RGB
CMYK
RGB Variations
Color information
#CA20B3 (or 0xCA20B3) is known color: Deep Magenta. HEX triplet: CA, 20 and B3. RGB value is (202,32,179). Sum of RGB (Red+Green+Blue) = 202+32+179=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20B3 is #35DF4C. Grayscale: #636363. Windows color (decimal): -3530573 or 11739338. OLE color: 11739338.
HSL color Cylindrical-coordinate representation of color #CA20B3: hue angle of 308.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20B3 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 179 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.21 |
| HSL | 308.12º | 0.73% | 0.46% | - |
| HSV(B) | 308.12º | 0.84% | 0.79% | - |
| XYZ | 33.01 | 16.84 | 44.16 | - |
| YUV | 99.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 179 | 0 | 0.84 | 0.11 | 0.21 | 308.12 | 0.73 | 0.46 |
| Hex | CA | 20 | B3 | 0 | 54 | B | 15 | 134 | 49 | 2E |
| Octal | 312 | 40 | 263 | 0 | 124 | 13 | 25 | 464 | 111 | 56 |
| Binary | 11001010 | 100000 | 10110011 | 0 | 1010100 | 1011 | 10101 | 100110100 | 1001001 | 101110 |
Color Harmonies of #CA20B3
Complementary color
Monochromatic Colors of #CA20B3
Black with #CA20B3
Text Example
Text Example
White with #CA20B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20B3; }
p { color: rgb(202,32,179); }
H1.HeaderClassName
{
color: #CA20B3;
}
.AnyTagClassName
{
color: #CA20B3;
}
</style>
background-color css
<style>
a { background-color: #CA20B3; }
a { background-color: rgb(202,32,179); }
div.DivClassName
{
background-color: #CA20B3;
}
.BgClassName
{
background-color: #CA20B3;
}
</style>
border-color css
<style>
span { border-color: #CA20B3; }
span { border-color: rgb(202,32,179); }
td.TdClassName
{
border-color: #CA20B3;
}
.TagClassName
{
border-color: #CA20B3;
}
</style>