Shades of Deep Magenta #CA02B3
Tints of Deep Magenta #CA02B3
RGB
CMYK
RGB Variations
Color information
#CA02B3 (or 0xCA02B3) is known color: Deep Magenta. HEX triplet: CA, 02 and B3. RGB value is (202,2,179). Sum of RGB (Red+Green+Blue) = 202+2+179=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02B3 is #35FD4C. Grayscale: #515151. Windows color (decimal): -3538253 or 11731658. OLE color: 11731658.
HSL color Cylindrical-coordinate representation of color #CA02B3: hue angle of 306.9º degrees, saturation: 0.98, 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 #CA02B3 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.21 |
| HSL | 306.9º | 0.98% | 0.4% | - |
| HSV(B) | 306.9º | 0.99% | 0.79% | - |
| XYZ | 32.52 | 15.85 | 43.99 | - |
| YUV | 81.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 179 | 0 | 0.99 | 0.11 | 0.21 | 306.9 | 0.98 | 0.4 |
| Hex | CA | 2 | B3 | 0 | 63 | B | 15 | 133 | 62 | 28 |
| Octal | 312 | 2 | 263 | 0 | 143 | 13 | 25 | 463 | 142 | 50 |
| Binary | 11001010 | 10 | 10110011 | 0 | 1100011 | 1011 | 10101 | 100110011 | 1100010 | 101000 |
Color Harmonies of #CA02B3
Complementary color
Monochromatic Colors of #CA02B3
Black with #CA02B3
Text Example
Text Example
White with #CA02B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02B3; }
p { color: rgb(202,2,179); }
H1.HeaderClassName
{
color: #CA02B3;
}
.AnyTagClassName
{
color: #CA02B3;
}
</style>
background-color css
<style>
a { background-color: #CA02B3; }
a { background-color: rgb(202,2,179); }
div.DivClassName
{
background-color: #CA02B3;
}
.BgClassName
{
background-color: #CA02B3;
}
</style>
border-color css
<style>
span { border-color: #CA02B3; }
span { border-color: rgb(202,2,179); }
td.TdClassName
{
border-color: #CA02B3;
}
.TagClassName
{
border-color: #CA02B3;
}
</style>