Shades of Deep Magenta #CA00B5
Tints of Deep Magenta #CA00B5
RGB
CMYK
RGB Variations
Color information
#CA00B5 (or 0xCA00B5) is known color: Deep Magenta. HEX triplet: CA, 00 and B5. RGB value is (202,0,181). Sum of RGB (Red+Green+Blue) = 202+0+181=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00B5 is #35FF4A. Grayscale: #505050. Windows color (decimal): -3538763 or 11862218. OLE color: 11862218.
HSL color Cylindrical-coordinate representation of color #CA00B5: hue angle of 306.24º 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 #CA00B5 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.10 | 0.21 |
| HSL | 306.24º | 1% | 0.4% | - |
| HSV(B) | 306.24º | 1% | 0.79% | - |
| XYZ | 32.7 | 15.89 | 45.06 | - |
| YUV | 81.03 | 184.42 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 181 | 0 | 1 | 0.10 | 0.21 | 306.24 | 1 | 0.4 |
| Hex | CA | 0 | B5 | 0 | 64 | A | 15 | 132 | 64 | 28 |
| Octal | 312 | 0 | 265 | 0 | 144 | 12 | 25 | 462 | 144 | 50 |
| Binary | 11001010 | 0 | 10110101 | 0 | 1100100 | 1010 | 10101 | 100110010 | 1100100 | 101000 |
Color Harmonies of #CA00B5
Complementary color
Monochromatic Colors of #CA00B5
Black with #CA00B5
Text Example
Text Example
White with #CA00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00B5; }
p { color: rgb(202,0,181); }
H1.HeaderClassName
{
color: #CA00B5;
}
.AnyTagClassName
{
color: #CA00B5;
}
</style>
background-color css
<style>
a { background-color: #CA00B5; }
a { background-color: rgb(202,0,181); }
div.DivClassName
{
background-color: #CA00B5;
}
.BgClassName
{
background-color: #CA00B5;
}
</style>
border-color css
<style>
span { border-color: #CA00B5; }
span { border-color: rgb(202,0,181); }
td.TdClassName
{
border-color: #CA00B5;
}
.TagClassName
{
border-color: #CA00B5;
}
</style>