Shades of Deep Magenta #CA11B3
Tints of Deep Magenta #CA11B3
RGB
CMYK
RGB Variations
Color information
#CA11B3 (or 0xCA11B3) is known color: Deep Magenta. HEX triplet: CA, 11 and B3. RGB value is (202,17,179). Sum of RGB (Red+Green+Blue) = 202+17+179=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11B3 is #35EE4C. Grayscale: #5A5A5A. Windows color (decimal): -3534413 or 11735498. OLE color: 11735498.
HSL color Cylindrical-coordinate representation of color #CA11B3: hue angle of 307.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11B3 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 179 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.21 |
| HSL | 307.46º | 0.84% | 0.43% | - |
| HSV(B) | 307.46º | 0.92% | 0.79% | - |
| XYZ | 32.69 | 16.21 | 44.05 | - |
| YUV | 90.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 179 | 0 | 0.92 | 0.11 | 0.21 | 307.46 | 0.84 | 0.43 |
| Hex | CA | 11 | B3 | 0 | 5C | B | 15 | 133 | 54 | 2B |
| Octal | 312 | 21 | 263 | 0 | 134 | 13 | 25 | 463 | 124 | 53 |
| Binary | 11001010 | 10001 | 10110011 | 0 | 1011100 | 1011 | 10101 | 100110011 | 1010100 | 101011 |
Color Harmonies of #CA11B3
Complementary color
Monochromatic Colors of #CA11B3
Black with #CA11B3
Text Example
Text Example
White with #CA11B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11B3; }
p { color: rgb(202,17,179); }
H1.HeaderClassName
{
color: #CA11B3;
}
.AnyTagClassName
{
color: #CA11B3;
}
</style>
background-color css
<style>
a { background-color: #CA11B3; }
a { background-color: rgb(202,17,179); }
div.DivClassName
{
background-color: #CA11B3;
}
.BgClassName
{
background-color: #CA11B3;
}
</style>
border-color css
<style>
span { border-color: #CA11B3; }
span { border-color: rgb(202,17,179); }
td.TdClassName
{
border-color: #CA11B3;
}
.TagClassName
{
border-color: #CA11B3;
}
</style>