Shades of Deep Magenta #C215CD
Tints of Deep Magenta #C215CD
RGB
CMYK
RGB Variations
Color information
#C215CD (or 0xC215CD) is known color: Deep Magenta. HEX triplet: C2, 15 and CD. RGB value is (194,21,205). Sum of RGB (Red+Green+Blue) = 194+21+205=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #C215CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215CD is #3DEA32. Grayscale: #5D5D5D. Windows color (decimal): -4057651 or 13440450. OLE color: 13440450.
HSL color Cylindrical-coordinate representation of color #C215CD: hue angle of 296.41º 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 #C215CD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 21 | 205 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.20 |
| HSL | 296.41º | 0.81% | 0.44% | - |
| HSV(B) | 296.41º | 0.9% | 0.8% | - |
| XYZ | 33.54 | 16.41 | 59.16 | - |
| YUV | 93.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 205 | 0.05 | 0.90 | 0 | 0.20 | 296.41 | 0.81 | 0.44 |
| Hex | C2 | 15 | CD | 5 | 5A | 0 | 14 | 128 | 51 | 2C |
| Octal | 302 | 25 | 315 | 5 | 132 | 0 | 24 | 450 | 121 | 54 |
| Binary | 11000010 | 10101 | 11001101 | 101 | 1011010 | 0 | 10100 | 100101000 | 1010001 | 101100 |
Color Harmonies of #C215CD
Complementary color
Monochromatic Colors of #C215CD
Black with #C215CD
Text Example
Text Example
White with #C215CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215CD; }
p { color: rgb(194,21,205); }
H1.HeaderClassName
{
color: #C215CD;
}
.AnyTagClassName
{
color: #C215CD;
}
</style>
background-color css
<style>
a { background-color: #C215CD; }
a { background-color: rgb(194,21,205); }
div.DivClassName
{
background-color: #C215CD;
}
.BgClassName
{
background-color: #C215CD;
}
</style>
border-color css
<style>
span { border-color: #C215CD; }
span { border-color: rgb(194,21,205); }
td.TdClassName
{
border-color: #C215CD;
}
.TagClassName
{
border-color: #C215CD;
}
</style>