Shades of Deep Magenta #C215DF
Tints of Deep Magenta #C215DF
RGB
CMYK
RGB Variations
Color information
#C215DF (or 0xC215DF) is known color: Deep Magenta. HEX triplet: C2, 15 and DF. RGB value is (194,21,223). Sum of RGB (Red+Green+Blue) = 194+21+223=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C215DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215DF is #3DEA20. Grayscale: #5F5F5F. Windows color (decimal): -4057633 or 14620098. OLE color: 14620098.
HSL color Cylindrical-coordinate representation of color #C215DF: hue angle of 291.39º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C215DF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 21 | 223 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.13 |
| HSL | 291.39º | 0.83% | 0.48% | - |
| HSV(B) | 291.39º | 0.91% | 0.87% | - |
| XYZ | 35.84 | 17.33 | 71.27 | - |
| YUV | 95.76 | 199.81 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 223 | 0.13 | 0.91 | 0 | 0.13 | 291.39 | 0.83 | 0.48 |
| Hex | C2 | 15 | DF | D | 5B | 0 | D | 123 | 53 | 30 |
| Octal | 302 | 25 | 337 | 15 | 133 | 0 | 15 | 443 | 123 | 60 |
| Binary | 11000010 | 10101 | 11011111 | 1101 | 1011011 | 0 | 1101 | 100100011 | 1010011 | 110000 |
Color Harmonies of #C215DF
Complementary color
Monochromatic Colors of #C215DF
Black with #C215DF
Text Example
Text Example
White with #C215DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215DF; }
p { color: rgb(194,21,223); }
H1.HeaderClassName
{
color: #C215DF;
}
.AnyTagClassName
{
color: #C215DF;
}
</style>
background-color css
<style>
a { background-color: #C215DF; }
a { background-color: rgb(194,21,223); }
div.DivClassName
{
background-color: #C215DF;
}
.BgClassName
{
background-color: #C215DF;
}
</style>
border-color css
<style>
span { border-color: #C215DF; }
span { border-color: rgb(194,21,223); }
td.TdClassName
{
border-color: #C215DF;
}
.TagClassName
{
border-color: #C215DF;
}
</style>