Shades of Deep Magenta #CA00B3
Tints of Deep Magenta #CA00B3
RGB
CMYK
RGB Variations
Color information
#CA00B3 (or 0xCA00B3) is known color: Deep Magenta. HEX triplet: CA, 00 and B3. RGB value is (202,0,179). Sum of RGB (Red+Green+Blue) = 202+0+179=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00B3 is #35FF4C. Grayscale: #505050. Windows color (decimal): -3538765 or 11731146. OLE color: 11731146.
HSL color Cylindrical-coordinate representation of color #CA00B3: hue angle of 306.83º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00B3 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.11 | 0.21 |
| HSL | 306.83º | 1% | 0.4% | - |
| HSV(B) | 306.83º | 1% | 0.79% | - |
| XYZ | 32.49 | 15.81 | 43.99 | - |
| YUV | 80.8 | 183.42 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 179 | 0 | 1 | 0.11 | 0.21 | 306.83 | 1 | 0.4 |
| Hex | CA | 0 | B3 | 0 | 64 | B | 15 | 133 | 64 | 28 |
| Octal | 312 | 0 | 263 | 0 | 144 | 13 | 25 | 463 | 144 | 50 |
| Binary | 11001010 | 0 | 10110011 | 0 | 1100100 | 1011 | 10101 | 100110011 | 1100100 | 101000 |
Color Harmonies of #CA00B3
Complementary color
Monochromatic Colors of #CA00B3
Black with #CA00B3
Text Example
Text Example
White with #CA00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00B3; }
p { color: rgb(202,0,179); }
H1.HeaderClassName
{
color: #CA00B3;
}
.AnyTagClassName
{
color: #CA00B3;
}
</style>
background-color css
<style>
a { background-color: #CA00B3; }
a { background-color: rgb(202,0,179); }
div.DivClassName
{
background-color: #CA00B3;
}
.BgClassName
{
background-color: #CA00B3;
}
</style>
border-color css
<style>
span { border-color: #CA00B3; }
span { border-color: rgb(202,0,179); }
td.TdClassName
{
border-color: #CA00B3;
}
.TagClassName
{
border-color: #CA00B3;
}
</style>