Shades of Deep Magenta #C215AB
Tints of Deep Magenta #C215AB
RGB
CMYK
RGB Variations
Color information
#C215AB (or 0xC215AB) is known color: Deep Magenta. HEX triplet: C2, 15 and AB. RGB value is (194,21,171). Sum of RGB (Red+Green+Blue) = 194+21+171=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C215AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C215AB is #3DEA54. Grayscale: #595959. Windows color (decimal): -4057685 or 11212226. OLE color: 11212226.
HSL color Cylindrical-coordinate representation of color #C215AB: hue angle of 307.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C215AB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 171 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.24 |
| HSL | 307.98º | 0.8% | 0.42% | - |
| HSV(B) | 307.98º | 0.89% | 0.76% | - |
| XYZ | 29.87 | 14.95 | 39.84 | - |
| YUV | 89.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 171 | 0 | 0.89 | 0.12 | 0.24 | 307.98 | 0.8 | 0.42 |
| Hex | C2 | 15 | AB | 0 | 59 | C | 18 | 134 | 50 | 2A |
| Octal | 302 | 25 | 253 | 0 | 131 | 14 | 30 | 464 | 120 | 52 |
| Binary | 11000010 | 10101 | 10101011 | 0 | 1011001 | 1100 | 11000 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C215AB
Complementary color
Monochromatic Colors of #C215AB
Black with #C215AB
Text Example
Text Example
White with #C215AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215AB; }
p { color: rgb(194,21,171); }
H1.HeaderClassName
{
color: #C215AB;
}
.AnyTagClassName
{
color: #C215AB;
}
</style>
background-color css
<style>
a { background-color: #C215AB; }
a { background-color: rgb(194,21,171); }
div.DivClassName
{
background-color: #C215AB;
}
.BgClassName
{
background-color: #C215AB;
}
</style>
border-color css
<style>
span { border-color: #C215AB; }
span { border-color: rgb(194,21,171); }
td.TdClassName
{
border-color: #C215AB;
}
.TagClassName
{
border-color: #C215AB;
}
</style>