Shades of Deep Magenta #CA23D5
Tints of Deep Magenta #CA23D5
RGB
CMYK
RGB Variations
Color information
#CA23D5 (or 0xCA23D5) is known color: Deep Magenta. HEX triplet: CA, 23 and D5. RGB value is (202,35,213). Sum of RGB (Red+Green+Blue) = 202+35+213=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA23D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23D5 is #35DC2A. Grayscale: #686868. Windows color (decimal): -3529771 or 13968330. OLE color: 13968330.
HSL color Cylindrical-coordinate representation of color #CA23D5: hue angle of 296.29º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA23D5 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 35 | 213 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.16 |
| HSL | 296.29º | 0.72% | 0.49% | - |
| HSV(B) | 296.29º | 0.84% | 0.84% | - |
| XYZ | 36.97 | 18.56 | 64.59 | - |
| YUV | 105.23 | 188.83 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 213 | 0.05 | 0.84 | 0 | 0.16 | 296.29 | 0.72 | 0.49 |
| Hex | CA | 23 | D5 | 5 | 54 | 0 | 10 | 128 | 48 | 31 |
| Octal | 312 | 43 | 325 | 5 | 124 | 0 | 20 | 450 | 110 | 61 |
| Binary | 11001010 | 100011 | 11010101 | 101 | 1010100 | 0 | 10000 | 100101000 | 1001000 | 110001 |
Color Harmonies of #CA23D5
Complementary color
Monochromatic Colors of #CA23D5
Black with #CA23D5
Text Example
Text Example
White with #CA23D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23D5; }
p { color: rgb(202,35,213); }
H1.HeaderClassName
{
color: #CA23D5;
}
.AnyTagClassName
{
color: #CA23D5;
}
</style>
background-color css
<style>
a { background-color: #CA23D5; }
a { background-color: rgb(202,35,213); }
div.DivClassName
{
background-color: #CA23D5;
}
.BgClassName
{
background-color: #CA23D5;
}
</style>
border-color css
<style>
span { border-color: #CA23D5; }
span { border-color: rgb(202,35,213); }
td.TdClassName
{
border-color: #CA23D5;
}
.TagClassName
{
border-color: #CA23D5;
}
</style>