Shades of Deep Magenta #C215CC
Tints of Deep Magenta #C215CC
RGB
CMYK
RGB Variations
Color information
#C215CC (or 0xC215CC) is known color: Deep Magenta. HEX triplet: C2, 15 and CC. RGB value is (194,21,204). Sum of RGB (Red+Green+Blue) = 194+21+204=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C215CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215CC is #3DEA33. Grayscale: #5D5D5D. Windows color (decimal): -4057652 or 13374914. OLE color: 13374914.
HSL color Cylindrical-coordinate representation of color #C215CC: hue angle of 296.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C215CC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 21 | 204 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.2 |
| HSL | 296.72º | 0.81% | 0.44% | - |
| HSV(B) | 296.72º | 0.9% | 0.8% | - |
| XYZ | 33.42 | 16.37 | 58.52 | - |
| YUV | 93.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 204 | 0.05 | 0.90 | 0 | 0.2 | 296.72 | 0.81 | 0.44 |
| Hex | C2 | 15 | CC | 5 | 5A | 0 | 14 | 129 | 51 | 2C |
| Octal | 302 | 25 | 314 | 5 | 132 | 0 | 24 | 451 | 121 | 54 |
| Binary | 11000010 | 10101 | 11001100 | 101 | 1011010 | 0 | 10100 | 100101001 | 1010001 | 101100 |
Color Harmonies of #C215CC
Complementary color
Monochromatic Colors of #C215CC
Black with #C215CC
Text Example
Text Example
White with #C215CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215CC; }
p { color: rgb(194,21,204); }
H1.HeaderClassName
{
color: #C215CC;
}
.AnyTagClassName
{
color: #C215CC;
}
</style>
background-color css
<style>
a { background-color: #C215CC; }
a { background-color: rgb(194,21,204); }
div.DivClassName
{
background-color: #C215CC;
}
.BgClassName
{
background-color: #C215CC;
}
</style>
border-color css
<style>
span { border-color: #C215CC; }
span { border-color: rgb(194,21,204); }
td.TdClassName
{
border-color: #C215CC;
}
.TagClassName
{
border-color: #C215CC;
}
</style>