Shades of Deep Magenta #CA18BE
Tints of Deep Magenta #CA18BE
RGB
CMYK
RGB Variations
Color information
#CA18BE (or 0xCA18BE) is known color: Deep Magenta. HEX triplet: CA, 18 and BE. RGB value is (202,24,190). Sum of RGB (Red+Green+Blue) = 202+24+190=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18BE is #35E741. Grayscale: #5F5F5F. Windows color (decimal): -3532610 or 12458186. OLE color: 12458186.
HSL color Cylindrical-coordinate representation of color #CA18BE: hue angle of 304.04º 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 #CA18BE is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 190 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.21 |
| HSL | 304.05º | 0.79% | 0.44% | - |
| HSV(B) | 304.05º | 0.88% | 0.79% | - |
| XYZ | 33.98 | 16.93 | 50.19 | - |
| YUV | 96.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 190 | 0 | 0.88 | 0.06 | 0.21 | 304.05 | 0.79 | 0.44 |
| Hex | CA | 18 | BE | 0 | 58 | 6 | 15 | 130 | 4F | 2C |
| Octal | 312 | 30 | 276 | 0 | 130 | 6 | 25 | 460 | 117 | 54 |
| Binary | 11001010 | 11000 | 10111110 | 0 | 1011000 | 110 | 10101 | 100110000 | 1001111 | 101100 |
Color Harmonies of #CA18BE
Complementary color
Monochromatic Colors of #CA18BE
Black with #CA18BE
Text Example
Text Example
White with #CA18BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18BE; }
p { color: rgb(202,24,190); }
H1.HeaderClassName
{
color: #CA18BE;
}
.AnyTagClassName
{
color: #CA18BE;
}
</style>
background-color css
<style>
a { background-color: #CA18BE; }
a { background-color: rgb(202,24,190); }
div.DivClassName
{
background-color: #CA18BE;
}
.BgClassName
{
background-color: #CA18BE;
}
</style>
border-color css
<style>
span { border-color: #CA18BE; }
span { border-color: rgb(202,24,190); }
td.TdClassName
{
border-color: #CA18BE;
}
.TagClassName
{
border-color: #CA18BE;
}
</style>