Shades of Deep Magenta #C215BB
Tints of Deep Magenta #C215BB
RGB
CMYK
RGB Variations
Color information
#C215BB (or 0xC215BB) is known color: Deep Magenta. HEX triplet: C2, 15 and BB. RGB value is (194,21,187). Sum of RGB (Red+Green+Blue) = 194+21+187=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C215BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215BB is #3DEA44. Grayscale: #5B5B5B. Windows color (decimal): -4057669 or 12260802. OLE color: 12260802.
HSL color Cylindrical-coordinate representation of color #C215BB: hue angle of 302.43º 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 #C215BB is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 187 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.24 |
| HSL | 302.43º | 0.8% | 0.42% | - |
| HSV(B) | 302.43º | 0.89% | 0.76% | - |
| XYZ | 31.49 | 15.59 | 48.36 | - |
| YUV | 91.65 | 181.81 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 187 | 0 | 0.89 | 0.04 | 0.24 | 302.43 | 0.8 | 0.42 |
| Hex | C2 | 15 | BB | 0 | 59 | 4 | 18 | 12E | 50 | 2A |
| Octal | 302 | 25 | 273 | 0 | 131 | 4 | 30 | 456 | 120 | 52 |
| Binary | 11000010 | 10101 | 10111011 | 0 | 1011001 | 100 | 11000 | 100101110 | 1010000 | 101010 |
Color Harmonies of #C215BB
Complementary color
Monochromatic Colors of #C215BB
Black with #C215BB
Text Example
Text Example
White with #C215BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215BB; }
p { color: rgb(194,21,187); }
H1.HeaderClassName
{
color: #C215BB;
}
.AnyTagClassName
{
color: #C215BB;
}
</style>
background-color css
<style>
a { background-color: #C215BB; }
a { background-color: rgb(194,21,187); }
div.DivClassName
{
background-color: #C215BB;
}
.BgClassName
{
background-color: #C215BB;
}
</style>
border-color css
<style>
span { border-color: #C215BB; }
span { border-color: rgb(194,21,187); }
td.TdClassName
{
border-color: #C215BB;
}
.TagClassName
{
border-color: #C215BB;
}
</style>