Shades of Deep Magenta #CA1AC4
Tints of Deep Magenta #CA1AC4
RGB
CMYK
RGB Variations
Color information
#CA1AC4 (or 0xCA1AC4) is known color: Deep Magenta. HEX triplet: CA, 1A and C4. RGB value is (202,26,196). Sum of RGB (Red+Green+Blue) = 202+26+196=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1AC4 is #35E53B. Grayscale: #616161. Windows color (decimal): -3532092 or 12851914. OLE color: 12851914.
HSL color Cylindrical-coordinate representation of color #CA1AC4: hue angle of 302.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1AC4 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 196 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.21 |
| HSL | 302.05º | 0.77% | 0.45% | - |
| HSV(B) | 302.05º | 0.87% | 0.79% | - |
| XYZ | 34.69 | 17.28 | 53.73 | - |
| YUV | 98 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 196 | 0 | 0.87 | 0.03 | 0.21 | 302.05 | 0.77 | 0.45 |
| Hex | CA | 1A | C4 | 0 | 57 | 3 | 15 | 12E | 4D | 2D |
| Octal | 312 | 32 | 304 | 0 | 127 | 3 | 25 | 456 | 115 | 55 |
| Binary | 11001010 | 11010 | 11000100 | 0 | 1010111 | 11 | 10101 | 100101110 | 1001101 | 101101 |
Color Harmonies of #CA1AC4
Complementary color
Monochromatic Colors of #CA1AC4
Black with #CA1AC4
Text Example
Text Example
White with #CA1AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AC4; }
p { color: rgb(202,26,196); }
H1.HeaderClassName
{
color: #CA1AC4;
}
.AnyTagClassName
{
color: #CA1AC4;
}
</style>
background-color css
<style>
a { background-color: #CA1AC4; }
a { background-color: rgb(202,26,196); }
div.DivClassName
{
background-color: #CA1AC4;
}
.BgClassName
{
background-color: #CA1AC4;
}
</style>
border-color css
<style>
span { border-color: #CA1AC4; }
span { border-color: rgb(202,26,196); }
td.TdClassName
{
border-color: #CA1AC4;
}
.TagClassName
{
border-color: #CA1AC4;
}
</style>