Shades of Deep Magenta #CA18D0
Tints of Deep Magenta #CA18D0
RGB
CMYK
RGB Variations
Color information
#CA18D0 (or 0xCA18D0) is known color: Deep Magenta. HEX triplet: CA, 18 and D0. RGB value is (202,24,208). Sum of RGB (Red+Green+Blue) = 202+24+208=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA18D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18D0 is #35E72F. Grayscale: #616161. Windows color (decimal): -3532592 or 13637834. OLE color: 13637834.
HSL color Cylindrical-coordinate representation of color #CA18D0: hue angle of 298.04º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA18D0 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 24 | 208 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.18 |
| HSL | 298.04º | 0.79% | 0.45% | - |
| HSV(B) | 298.04º | 0.88% | 0.82% | - |
| XYZ | 36.07 | 17.76 | 61.2 | - |
| YUV | 98.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 208 | 0.03 | 0.88 | 0 | 0.18 | 298.04 | 0.79 | 0.45 |
| Hex | CA | 18 | D0 | 3 | 58 | 0 | 12 | 12A | 4F | 2D |
| Octal | 312 | 30 | 320 | 3 | 130 | 0 | 22 | 452 | 117 | 55 |
| Binary | 11001010 | 11000 | 11010000 | 11 | 1011000 | 0 | 10010 | 100101010 | 1001111 | 101101 |
Color Harmonies of #CA18D0
Complementary color
Monochromatic Colors of #CA18D0
Black with #CA18D0
Text Example
Text Example
White with #CA18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18D0; }
p { color: rgb(202,24,208); }
H1.HeaderClassName
{
color: #CA18D0;
}
.AnyTagClassName
{
color: #CA18D0;
}
</style>
background-color css
<style>
a { background-color: #CA18D0; }
a { background-color: rgb(202,24,208); }
div.DivClassName
{
background-color: #CA18D0;
}
.BgClassName
{
background-color: #CA18D0;
}
</style>
border-color css
<style>
span { border-color: #CA18D0; }
span { border-color: rgb(202,24,208); }
td.TdClassName
{
border-color: #CA18D0;
}
.TagClassName
{
border-color: #CA18D0;
}
</style>