Shades of Deep Magenta #CA1AD6
Tints of Deep Magenta #CA1AD6
RGB
CMYK
RGB Variations
Color information
#CA1AD6 (or 0xCA1AD6) is known color: Deep Magenta. HEX triplet: CA, 1A and D6. RGB value is (202,26,214). Sum of RGB (Red+Green+Blue) = 202+26+214=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA1AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1AD6 is #35E529. Grayscale: #636363. Windows color (decimal): -3532074 or 14031562. OLE color: 14031562.
HSL color Cylindrical-coordinate representation of color #CA1AD6: hue angle of 296.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1AD6 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 26 | 214 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.16 |
| HSL | 296.17º | 0.78% | 0.47% | - |
| HSV(B) | 296.17º | 0.88% | 0.84% | - |
| XYZ | 36.86 | 18.15 | 65.18 | - |
| YUV | 100.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 214 | 0.06 | 0.88 | 0 | 0.16 | 296.17 | 0.78 | 0.47 |
| Hex | CA | 1A | D6 | 6 | 58 | 0 | 10 | 128 | 4E | 2F |
| Octal | 312 | 32 | 326 | 6 | 130 | 0 | 20 | 450 | 116 | 57 |
| Binary | 11001010 | 11010 | 11010110 | 110 | 1011000 | 0 | 10000 | 100101000 | 1001110 | 101111 |
Color Harmonies of #CA1AD6
Complementary color
Monochromatic Colors of #CA1AD6
Black with #CA1AD6
Text Example
Text Example
White with #CA1AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AD6; }
p { color: rgb(202,26,214); }
H1.HeaderClassName
{
color: #CA1AD6;
}
.AnyTagClassName
{
color: #CA1AD6;
}
</style>
background-color css
<style>
a { background-color: #CA1AD6; }
a { background-color: rgb(202,26,214); }
div.DivClassName
{
background-color: #CA1AD6;
}
.BgClassName
{
background-color: #CA1AD6;
}
</style>
border-color css
<style>
span { border-color: #CA1AD6; }
span { border-color: rgb(202,26,214); }
td.TdClassName
{
border-color: #CA1AD6;
}
.TagClassName
{
border-color: #CA1AD6;
}
</style>