Shades of Deep Magenta #CA1CC4
Tints of Deep Magenta #CA1CC4
RGB
CMYK
RGB Variations
Color information
#CA1CC4 (or 0xCA1CC4) is known color: Deep Magenta. HEX triplet: CA, 1C and C4. RGB value is (202,28,196). Sum of RGB (Red+Green+Blue) = 202+28+196=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CC4 is #35E33B. Grayscale: #626262. Windows color (decimal): -3531580 or 12852426. OLE color: 12852426.
HSL color Cylindrical-coordinate representation of color #CA1CC4: hue angle of 302.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1CC4 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 196 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.21 |
| HSL | 302.07º | 0.76% | 0.45% | - |
| HSV(B) | 302.07º | 0.86% | 0.79% | - |
| XYZ | 34.74 | 17.37 | 53.75 | - |
| YUV | 99.18 | 182.65 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 196 | 0 | 0.86 | 0.03 | 0.21 | 302.07 | 0.76 | 0.45 |
| Hex | CA | 1C | C4 | 0 | 56 | 3 | 15 | 12E | 4C | 2D |
| Octal | 312 | 34 | 304 | 0 | 126 | 3 | 25 | 456 | 114 | 55 |
| Binary | 11001010 | 11100 | 11000100 | 0 | 1010110 | 11 | 10101 | 100101110 | 1001100 | 101101 |
Color Harmonies of #CA1CC4
Complementary color
Monochromatic Colors of #CA1CC4
Black with #CA1CC4
Text Example
Text Example
White with #CA1CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CC4; }
p { color: rgb(202,28,196); }
H1.HeaderClassName
{
color: #CA1CC4;
}
.AnyTagClassName
{
color: #CA1CC4;
}
</style>
background-color css
<style>
a { background-color: #CA1CC4; }
a { background-color: rgb(202,28,196); }
div.DivClassName
{
background-color: #CA1CC4;
}
.BgClassName
{
background-color: #CA1CC4;
}
</style>
border-color css
<style>
span { border-color: #CA1CC4; }
span { border-color: rgb(202,28,196); }
td.TdClassName
{
border-color: #CA1CC4;
}
.TagClassName
{
border-color: #CA1CC4;
}
</style>