Shades of Deep Magenta #C215B9
Tints of Deep Magenta #C215B9
RGB
CMYK
RGB Variations
Color information
#C215B9 (or 0xC215B9) is known color: Deep Magenta. HEX triplet: C2, 15 and B9. RGB value is (194,21,185). Sum of RGB (Red+Green+Blue) = 194+21+185=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C215B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215B9 is #3DEA46. Grayscale: #5A5A5A. Windows color (decimal): -4057671 or 12129730. OLE color: 12129730.
HSL color Cylindrical-coordinate representation of color #C215B9: hue angle of 303.12º 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 #C215B9 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 185 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.24 |
| HSL | 303.12º | 0.8% | 0.42% | - |
| HSV(B) | 303.12º | 0.89% | 0.76% | - |
| XYZ | 31.27 | 15.51 | 47.24 | - |
| YUV | 91.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 185 | 0 | 0.89 | 0.05 | 0.24 | 303.12 | 0.8 | 0.42 |
| Hex | C2 | 15 | B9 | 0 | 59 | 5 | 18 | 12F | 50 | 2A |
| Octal | 302 | 25 | 271 | 0 | 131 | 5 | 30 | 457 | 120 | 52 |
| Binary | 11000010 | 10101 | 10111001 | 0 | 1011001 | 101 | 11000 | 100101111 | 1010000 | 101010 |
Color Harmonies of #C215B9
Complementary color
Monochromatic Colors of #C215B9
Black with #C215B9
Text Example
Text Example
White with #C215B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215B9; }
p { color: rgb(194,21,185); }
H1.HeaderClassName
{
color: #C215B9;
}
.AnyTagClassName
{
color: #C215B9;
}
</style>
background-color css
<style>
a { background-color: #C215B9; }
a { background-color: rgb(194,21,185); }
div.DivClassName
{
background-color: #C215B9;
}
.BgClassName
{
background-color: #C215B9;
}
</style>
border-color css
<style>
span { border-color: #C215B9; }
span { border-color: rgb(194,21,185); }
td.TdClassName
{
border-color: #C215B9;
}
.TagClassName
{
border-color: #C215B9;
}
</style>