Shades of Deep Magenta #CA18CA
Tints of Deep Magenta #CA18CA
RGB
CMYK
RGB Variations
Color information
#CA18CA (or 0xCA18CA) is known color: Deep Magenta. HEX triplet: CA, 18 and CA. RGB value is (202,24,202). Sum of RGB (Red+Green+Blue) = 202+24+202=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18CA is #35E735. Grayscale: #606060. Windows color (decimal): -3532598 or 13244618. OLE color: 13244618.
HSL color Cylindrical-coordinate representation of color #CA18CA: hue angle of 300º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA18CA is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 202 | - |
| CMYK | 0 | 0.88 | 0 | 0.21 |
| HSL | 300º | 0.79% | 0.44% | - |
| HSV(B) | 300º | 0.88% | 0.79% | - |
| XYZ | 35.34 | 17.47 | 57.39 | - |
| YUV | 97.51 | 186.97 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 202 | 0 | 0.88 | 0 | 0.21 | 300 | 0.79 | 0.44 |
| Hex | CA | 18 | CA | 0 | 58 | 0 | 15 | 12C | 4F | 2C |
| Octal | 312 | 30 | 312 | 0 | 130 | 0 | 25 | 454 | 117 | 54 |
| Binary | 11001010 | 11000 | 11001010 | 0 | 1011000 | 0 | 10101 | 100101100 | 1001111 | 101100 |
Color Harmonies of #CA18CA
Complementary color
Monochromatic Colors of #CA18CA
Black with #CA18CA
Text Example
Text Example
White with #CA18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18CA; }
p { color: rgb(202,24,202); }
H1.HeaderClassName
{
color: #CA18CA;
}
.AnyTagClassName
{
color: #CA18CA;
}
</style>
background-color css
<style>
a { background-color: #CA18CA; }
a { background-color: rgb(202,24,202); }
div.DivClassName
{
background-color: #CA18CA;
}
.BgClassName
{
background-color: #CA18CA;
}
</style>
border-color css
<style>
span { border-color: #CA18CA; }
span { border-color: rgb(202,24,202); }
td.TdClassName
{
border-color: #CA18CA;
}
.TagClassName
{
border-color: #CA18CA;
}
</style>