Shades of Deep Magenta #C215BE
Tints of Deep Magenta #C215BE
RGB
CMYK
RGB Variations
Color information
#C215BE (or 0xC215BE) is known color: Deep Magenta. HEX triplet: C2, 15 and BE. RGB value is (194,21,190). Sum of RGB (Red+Green+Blue) = 194+21+190=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C215BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215BE is #3DEA41. Grayscale: #5B5B5B. Windows color (decimal): -4057666 or 12457410. OLE color: 12457410.
HSL color Cylindrical-coordinate representation of color #C215BE: hue angle of 301.39º 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 #C215BE is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 190 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.24 |
| HSL | 301.39º | 0.8% | 0.42% | - |
| HSV(B) | 301.39º | 0.89% | 0.76% | - |
| XYZ | 31.81 | 15.72 | 50.07 | - |
| YUV | 91.99 | 183.31 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 190 | 0 | 0.89 | 0.02 | 0.24 | 301.39 | 0.8 | 0.42 |
| Hex | C2 | 15 | BE | 0 | 59 | 2 | 18 | 12D | 50 | 2A |
| Octal | 302 | 25 | 276 | 0 | 131 | 2 | 30 | 455 | 120 | 52 |
| Binary | 11000010 | 10101 | 10111110 | 0 | 1011001 | 10 | 11000 | 100101101 | 1010000 | 101010 |
Color Harmonies of #C215BE
Complementary color
Monochromatic Colors of #C215BE
Black with #C215BE
Text Example
Text Example
White with #C215BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215BE; }
p { color: rgb(194,21,190); }
H1.HeaderClassName
{
color: #C215BE;
}
.AnyTagClassName
{
color: #C215BE;
}
</style>
background-color css
<style>
a { background-color: #C215BE; }
a { background-color: rgb(194,21,190); }
div.DivClassName
{
background-color: #C215BE;
}
.BgClassName
{
background-color: #C215BE;
}
</style>
border-color css
<style>
span { border-color: #C215BE; }
span { border-color: rgb(194,21,190); }
td.TdClassName
{
border-color: #C215BE;
}
.TagClassName
{
border-color: #C215BE;
}
</style>