Shades of Deep Magenta #CA1CBE
Tints of Deep Magenta #CA1CBE
RGB
CMYK
RGB Variations
Color information
#CA1CBE (or 0xCA1CBE) is known color: Deep Magenta. HEX triplet: CA, 1C and BE. RGB value is (202,28,190). Sum of RGB (Red+Green+Blue) = 202+28+190=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CBE is #35E341. Grayscale: #626262. Windows color (decimal): -3531586 or 12459210. OLE color: 12459210.
HSL color Cylindrical-coordinate representation of color #CA1CBE: hue angle of 304.14º 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 #CA1CBE is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 190 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.21 |
| HSL | 304.14º | 0.76% | 0.45% | - |
| HSV(B) | 304.14º | 0.86% | 0.79% | - |
| XYZ | 34.07 | 17.1 | 50.22 | - |
| YUV | 98.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 190 | 0 | 0.86 | 0.06 | 0.21 | 304.14 | 0.76 | 0.45 |
| Hex | CA | 1C | BE | 0 | 56 | 6 | 15 | 130 | 4C | 2D |
| Octal | 312 | 34 | 276 | 0 | 126 | 6 | 25 | 460 | 114 | 55 |
| Binary | 11001010 | 11100 | 10111110 | 0 | 1010110 | 110 | 10101 | 100110000 | 1001100 | 101101 |
Color Harmonies of #CA1CBE
Complementary color
Monochromatic Colors of #CA1CBE
Black with #CA1CBE
Text Example
Text Example
White with #CA1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CBE; }
p { color: rgb(202,28,190); }
H1.HeaderClassName
{
color: #CA1CBE;
}
.AnyTagClassName
{
color: #CA1CBE;
}
</style>
background-color css
<style>
a { background-color: #CA1CBE; }
a { background-color: rgb(202,28,190); }
div.DivClassName
{
background-color: #CA1CBE;
}
.BgClassName
{
background-color: #CA1CBE;
}
</style>
border-color css
<style>
span { border-color: #CA1CBE; }
span { border-color: rgb(202,28,190); }
td.TdClassName
{
border-color: #CA1CBE;
}
.TagClassName
{
border-color: #CA1CBE;
}
</style>