Shades of Deep Magenta #CA1EBA
Tints of Deep Magenta #CA1EBA
RGB
CMYK
RGB Variations
Color information
#CA1EBA (or 0xCA1EBA) is known color: Deep Magenta. HEX triplet: CA, 1E and BA. RGB value is (202,30,186). Sum of RGB (Red+Green+Blue) = 202+30+186=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EBA is #35E145. Grayscale: #626262. Windows color (decimal): -3531078 or 12197578. OLE color: 12197578.
HSL color Cylindrical-coordinate representation of color #CA1EBA: hue angle of 305.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1EBA is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 186 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.21 |
| HSL | 305.58º | 0.74% | 0.45% | - |
| HSV(B) | 305.58º | 0.85% | 0.79% | - |
| XYZ | 33.68 | 17.03 | 47.97 | - |
| YUV | 99.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 186 | 0 | 0.85 | 0.08 | 0.21 | 305.58 | 0.74 | 0.45 |
| Hex | CA | 1E | BA | 0 | 55 | 8 | 15 | 132 | 4A | 2D |
| Octal | 312 | 36 | 272 | 0 | 125 | 10 | 25 | 462 | 112 | 55 |
| Binary | 11001010 | 11110 | 10111010 | 0 | 1010101 | 1000 | 10101 | 100110010 | 1001010 | 101101 |
Color Harmonies of #CA1EBA
Complementary color
Monochromatic Colors of #CA1EBA
Black with #CA1EBA
Text Example
Text Example
White with #CA1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EBA; }
p { color: rgb(202,30,186); }
H1.HeaderClassName
{
color: #CA1EBA;
}
.AnyTagClassName
{
color: #CA1EBA;
}
</style>
background-color css
<style>
a { background-color: #CA1EBA; }
a { background-color: rgb(202,30,186); }
div.DivClassName
{
background-color: #CA1EBA;
}
.BgClassName
{
background-color: #CA1EBA;
}
</style>
border-color css
<style>
span { border-color: #CA1EBA; }
span { border-color: rgb(202,30,186); }
td.TdClassName
{
border-color: #CA1EBA;
}
.TagClassName
{
border-color: #CA1EBA;
}
</style>