Shades of Deep Magenta #C215B6
Tints of Deep Magenta #C215B6
RGB
CMYK
RGB Variations
Color information
#C215B6 (or 0xC215B6) is known color: Deep Magenta. HEX triplet: C2, 15 and B6. RGB value is (194,21,182). Sum of RGB (Red+Green+Blue) = 194+21+182=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C215B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215B6 is #3DEA49. Grayscale: #5A5A5A. Windows color (decimal): -4057674 or 11933122. OLE color: 11933122.
HSL color Cylindrical-coordinate representation of color #C215B6: hue angle of 304.16º 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 #C215B6 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 182 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.24 |
| HSL | 304.16º | 0.8% | 0.42% | - |
| HSV(B) | 304.16º | 0.89% | 0.76% | - |
| XYZ | 30.96 | 15.38 | 45.59 | - |
| YUV | 91.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 182 | 0 | 0.89 | 0.06 | 0.24 | 304.16 | 0.8 | 0.42 |
| Hex | C2 | 15 | B6 | 0 | 59 | 6 | 18 | 130 | 50 | 2A |
| Octal | 302 | 25 | 266 | 0 | 131 | 6 | 30 | 460 | 120 | 52 |
| Binary | 11000010 | 10101 | 10110110 | 0 | 1011001 | 110 | 11000 | 100110000 | 1010000 | 101010 |
Color Harmonies of #C215B6
Complementary color
Monochromatic Colors of #C215B6
Black with #C215B6
Text Example
Text Example
White with #C215B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215B6; }
p { color: rgb(194,21,182); }
H1.HeaderClassName
{
color: #C215B6;
}
.AnyTagClassName
{
color: #C215B6;
}
</style>
background-color css
<style>
a { background-color: #C215B6; }
a { background-color: rgb(194,21,182); }
div.DivClassName
{
background-color: #C215B6;
}
.BgClassName
{
background-color: #C215B6;
}
</style>
border-color css
<style>
span { border-color: #C215B6; }
span { border-color: rgb(194,21,182); }
td.TdClassName
{
border-color: #C215B6;
}
.TagClassName
{
border-color: #C215B6;
}
</style>