Shades of Deep Magenta #CA00D5
Tints of Deep Magenta #CA00D5
RGB
CMYK
RGB Variations
Color information
#CA00D5 (or 0xCA00D5) is known color: Deep Magenta. HEX triplet: CA, 00 and D5. RGB value is (202,0,213). Sum of RGB (Red+Green+Blue) = 202+0+213=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA00D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00D5 is #35FF2A. Grayscale: #545454. Windows color (decimal): -3538731 or 13959370. OLE color: 13959370.
HSL color Cylindrical-coordinate representation of color #CA00D5: hue angle of 296.9º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00D5 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 0 | 213 | - |
| CMYK | 0.05 | 1 | 0 | 0.16 |
| HSL | 296.9º | 1% | 0.42% | - |
| HSV(B) | 296.9º | 1% | 0.84% | - |
| XYZ | 36.37 | 17.36 | 64.38 | - |
| YUV | 84.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 213 | 0.05 | 1 | 0 | 0.16 | 296.9 | 1 | 0.42 |
| Hex | CA | 0 | D5 | 5 | 64 | 0 | 10 | 129 | 64 | 2A |
| Octal | 312 | 0 | 325 | 5 | 144 | 0 | 20 | 451 | 144 | 52 |
| Binary | 11001010 | 0 | 11010101 | 101 | 1100100 | 0 | 10000 | 100101001 | 1100100 | 101010 |
Color Harmonies of #CA00D5
Complementary color
Monochromatic Colors of #CA00D5
Black with #CA00D5
Text Example
Text Example
White with #CA00D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00D5; }
p { color: rgb(202,0,213); }
H1.HeaderClassName
{
color: #CA00D5;
}
.AnyTagClassName
{
color: #CA00D5;
}
</style>
background-color css
<style>
a { background-color: #CA00D5; }
a { background-color: rgb(202,0,213); }
div.DivClassName
{
background-color: #CA00D5;
}
.BgClassName
{
background-color: #CA00D5;
}
</style>
border-color css
<style>
span { border-color: #CA00D5; }
span { border-color: rgb(202,0,213); }
td.TdClassName
{
border-color: #CA00D5;
}
.TagClassName
{
border-color: #CA00D5;
}
</style>