Shades of Deep Magenta #CA1ADC
Tints of Deep Magenta #CA1ADC
RGB
CMYK
RGB Variations
Color information
#CA1ADC (or 0xCA1ADC) is known color: Deep Magenta. HEX triplet: CA, 1A and DC. RGB value is (202,26,220). Sum of RGB (Red+Green+Blue) = 202+26+220=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ADC is #35E523. Grayscale: #646464. Windows color (decimal): -3532068 or 14424778. OLE color: 14424778.
HSL color Cylindrical-coordinate representation of color #CA1ADC: hue angle of 294.43º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1ADC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 26 | 220 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.14 |
| HSL | 294.43º | 0.79% | 0.48% | - |
| HSV(B) | 294.43º | 0.88% | 0.86% | - |
| XYZ | 37.64 | 18.46 | 69.29 | - |
| YUV | 100.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 220 | 0.08 | 0.88 | 0 | 0.14 | 294.43 | 0.79 | 0.48 |
| Hex | CA | 1A | DC | 8 | 58 | 0 | E | 126 | 4F | 30 |
| Octal | 312 | 32 | 334 | 10 | 130 | 0 | 16 | 446 | 117 | 60 |
| Binary | 11001010 | 11010 | 11011100 | 1000 | 1011000 | 0 | 1110 | 100100110 | 1001111 | 110000 |
Color Harmonies of #CA1ADC
Complementary color
Monochromatic Colors of #CA1ADC
Black with #CA1ADC
Text Example
Text Example
White with #CA1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ADC; }
p { color: rgb(202,26,220); }
H1.HeaderClassName
{
color: #CA1ADC;
}
.AnyTagClassName
{
color: #CA1ADC;
}
</style>
background-color css
<style>
a { background-color: #CA1ADC; }
a { background-color: rgb(202,26,220); }
div.DivClassName
{
background-color: #CA1ADC;
}
.BgClassName
{
background-color: #CA1ADC;
}
</style>
border-color css
<style>
span { border-color: #CA1ADC; }
span { border-color: rgb(202,26,220); }
td.TdClassName
{
border-color: #CA1ADC;
}
.TagClassName
{
border-color: #CA1ADC;
}
</style>