Shades of Deep Magenta #CA23B5
Tints of Deep Magenta #CA23B5
RGB
CMYK
RGB Variations
Color information
#CA23B5 (or 0xCA23B5) is known color: Deep Magenta. HEX triplet: CA, 23 and B5. RGB value is (202,35,181). Sum of RGB (Red+Green+Blue) = 202+35+181=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23B5 is #35DC4A. Grayscale: #656565. Windows color (decimal): -3529803 or 11871178. OLE color: 11871178.
HSL color Cylindrical-coordinate representation of color #CA23B5: hue angle of 307.54º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA23B5 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 181 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.21 |
| HSL | 307.54º | 0.7% | 0.46% | - |
| HSV(B) | 307.54º | 0.83% | 0.79% | - |
| XYZ | 33.3 | 17.09 | 45.26 | - |
| YUV | 101.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 181 | 0 | 0.83 | 0.10 | 0.21 | 307.54 | 0.7 | 0.46 |
| Hex | CA | 23 | B5 | 0 | 53 | A | 15 | 134 | 46 | 2E |
| Octal | 312 | 43 | 265 | 0 | 123 | 12 | 25 | 464 | 106 | 56 |
| Binary | 11001010 | 100011 | 10110101 | 0 | 1010011 | 1010 | 10101 | 100110100 | 1000110 | 101110 |
Color Harmonies of #CA23B5
Complementary color
Monochromatic Colors of #CA23B5
Black with #CA23B5
Text Example
Text Example
White with #CA23B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23B5; }
p { color: rgb(202,35,181); }
H1.HeaderClassName
{
color: #CA23B5;
}
.AnyTagClassName
{
color: #CA23B5;
}
</style>
background-color css
<style>
a { background-color: #CA23B5; }
a { background-color: rgb(202,35,181); }
div.DivClassName
{
background-color: #CA23B5;
}
.BgClassName
{
background-color: #CA23B5;
}
</style>
border-color css
<style>
span { border-color: #CA23B5; }
span { border-color: rgb(202,35,181); }
td.TdClassName
{
border-color: #CA23B5;
}
.TagClassName
{
border-color: #CA23B5;
}
</style>