Shades of Deep Magenta #C215BA
Tints of Deep Magenta #C215BA
RGB
CMYK
RGB Variations
Color information
#C215BA (or 0xC215BA) is known color: Deep Magenta. HEX triplet: C2, 15 and BA. RGB value is (194,21,186). Sum of RGB (Red+Green+Blue) = 194+21+186=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C215BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215BA is #3DEA45. Grayscale: #5B5B5B. Windows color (decimal): -4057670 or 12195266. OLE color: 12195266.
HSL color Cylindrical-coordinate representation of color #C215BA: hue angle of 302.77º 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 #C215BA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 186 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.24 |
| HSL | 302.77º | 0.8% | 0.42% | - |
| HSV(B) | 302.77º | 0.89% | 0.76% | - |
| XYZ | 31.38 | 15.55 | 47.8 | - |
| YUV | 91.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 186 | 0 | 0.89 | 0.04 | 0.24 | 302.77 | 0.8 | 0.42 |
| Hex | C2 | 15 | BA | 0 | 59 | 4 | 18 | 12F | 50 | 2A |
| Octal | 302 | 25 | 272 | 0 | 131 | 4 | 30 | 457 | 120 | 52 |
| Binary | 11000010 | 10101 | 10111010 | 0 | 1011001 | 100 | 11000 | 100101111 | 1010000 | 101010 |
Color Harmonies of #C215BA
Complementary color
Monochromatic Colors of #C215BA
Black with #C215BA
Text Example
Text Example
White with #C215BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215BA; }
p { color: rgb(194,21,186); }
H1.HeaderClassName
{
color: #C215BA;
}
.AnyTagClassName
{
color: #C215BA;
}
</style>
background-color css
<style>
a { background-color: #C215BA; }
a { background-color: rgb(194,21,186); }
div.DivClassName
{
background-color: #C215BA;
}
.BgClassName
{
background-color: #C215BA;
}
</style>
border-color css
<style>
span { border-color: #C215BA; }
span { border-color: rgb(194,21,186); }
td.TdClassName
{
border-color: #C215BA;
}
.TagClassName
{
border-color: #C215BA;
}
</style>