Shades of Deep Magenta #CA1ADD
Tints of Deep Magenta #CA1ADD
RGB
CMYK
RGB Variations
Color information
#CA1ADD (or 0xCA1ADD) is known color: Deep Magenta. HEX triplet: CA, 1A and DD. RGB value is (202,26,221). Sum of RGB (Red+Green+Blue) = 202+26+221=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ADD is #35E522. Grayscale: #646464. Windows color (decimal): -3532067 or 14490314. OLE color: 14490314.
HSL color Cylindrical-coordinate representation of color #CA1ADD: hue angle of 294.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1ADD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 26 | 221 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.13 |
| HSL | 294.15º | 0.79% | 0.48% | - |
| HSV(B) | 294.15º | 0.88% | 0.87% | - |
| XYZ | 37.78 | 18.52 | 69.99 | - |
| YUV | 100.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 221 | 0.09 | 0.88 | 0 | 0.13 | 294.15 | 0.79 | 0.48 |
| Hex | CA | 1A | DD | 9 | 58 | 0 | D | 126 | 4F | 30 |
| Octal | 312 | 32 | 335 | 11 | 130 | 0 | 15 | 446 | 117 | 60 |
| Binary | 11001010 | 11010 | 11011101 | 1001 | 1011000 | 0 | 1101 | 100100110 | 1001111 | 110000 |
Color Harmonies of #CA1ADD
Complementary color
Monochromatic Colors of #CA1ADD
Black with #CA1ADD
Text Example
Text Example
White with #CA1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ADD; }
p { color: rgb(202,26,221); }
H1.HeaderClassName
{
color: #CA1ADD;
}
.AnyTagClassName
{
color: #CA1ADD;
}
</style>
background-color css
<style>
a { background-color: #CA1ADD; }
a { background-color: rgb(202,26,221); }
div.DivClassName
{
background-color: #CA1ADD;
}
.BgClassName
{
background-color: #CA1ADD;
}
</style>
border-color css
<style>
span { border-color: #CA1ADD; }
span { border-color: rgb(202,26,221); }
td.TdClassName
{
border-color: #CA1ADD;
}
.TagClassName
{
border-color: #CA1ADD;
}
</style>