Shades of Deep Magenta #CA23C7
Tints of Deep Magenta #CA23C7
RGB
CMYK
RGB Variations
Color information
#CA23C7 (or 0xCA23C7) is known color: Deep Magenta. HEX triplet: CA, 23 and C7. RGB value is (202,35,199). Sum of RGB (Red+Green+Blue) = 202+35+199=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23C7 is #35DC38. Grayscale: #676767. Windows color (decimal): -3529785 or 13050826. OLE color: 13050826.
HSL color Cylindrical-coordinate representation of color #CA23C7: hue angle of 301.08º 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 #CA23C7 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 199 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.21 |
| HSL | 301.08º | 0.7% | 0.46% | - |
| HSV(B) | 301.08º | 0.83% | 0.79% | - |
| XYZ | 35.27 | 17.88 | 55.63 | - |
| YUV | 103.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 199 | 0 | 0.83 | 0.01 | 0.21 | 301.08 | 0.7 | 0.46 |
| Hex | CA | 23 | C7 | 0 | 53 | 1 | 15 | 12D | 46 | 2E |
| Octal | 312 | 43 | 307 | 0 | 123 | 1 | 25 | 455 | 106 | 56 |
| Binary | 11001010 | 100011 | 11000111 | 0 | 1010011 | 1 | 10101 | 100101101 | 1000110 | 101110 |
Color Harmonies of #CA23C7
Complementary color
Monochromatic Colors of #CA23C7
Black with #CA23C7
Text Example
Text Example
White with #CA23C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23C7; }
p { color: rgb(202,35,199); }
H1.HeaderClassName
{
color: #CA23C7;
}
.AnyTagClassName
{
color: #CA23C7;
}
</style>
background-color css
<style>
a { background-color: #CA23C7; }
a { background-color: rgb(202,35,199); }
div.DivClassName
{
background-color: #CA23C7;
}
.BgClassName
{
background-color: #CA23C7;
}
</style>
border-color css
<style>
span { border-color: #CA23C7; }
span { border-color: rgb(202,35,199); }
td.TdClassName
{
border-color: #CA23C7;
}
.TagClassName
{
border-color: #CA23C7;
}
</style>