Shades of Deep Magenta #C215AF
Tints of Deep Magenta #C215AF
RGB
CMYK
RGB Variations
Color information
#C215AF (or 0xC215AF) is known color: Deep Magenta. HEX triplet: C2, 15 and AF. RGB value is (194,21,175). Sum of RGB (Red+Green+Blue) = 194+21+175=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C215AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C215AF is #3DEA50. Grayscale: #595959. Windows color (decimal): -4057681 or 11474370. OLE color: 11474370.
HSL color Cylindrical-coordinate representation of color #C215AF: hue angle of 306.59º 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 #C215AF is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 175 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.24 |
| HSL | 306.59º | 0.8% | 0.42% | - |
| HSV(B) | 306.59º | 0.89% | 0.76% | - |
| XYZ | 30.25 | 15.1 | 41.88 | - |
| YUV | 90.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 175 | 0 | 0.89 | 0.10 | 0.24 | 306.59 | 0.8 | 0.42 |
| Hex | C2 | 15 | AF | 0 | 59 | A | 18 | 133 | 50 | 2A |
| Octal | 302 | 25 | 257 | 0 | 131 | 12 | 30 | 463 | 120 | 52 |
| Binary | 11000010 | 10101 | 10101111 | 0 | 1011001 | 1010 | 11000 | 100110011 | 1010000 | 101010 |
Color Harmonies of #C215AF
Complementary color
Monochromatic Colors of #C215AF
Black with #C215AF
Text Example
Text Example
White with #C215AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215AF; }
p { color: rgb(194,21,175); }
H1.HeaderClassName
{
color: #C215AF;
}
.AnyTagClassName
{
color: #C215AF;
}
</style>
background-color css
<style>
a { background-color: #C215AF; }
a { background-color: rgb(194,21,175); }
div.DivClassName
{
background-color: #C215AF;
}
.BgClassName
{
background-color: #C215AF;
}
</style>
border-color css
<style>
span { border-color: #C215AF; }
span { border-color: rgb(194,21,175); }
td.TdClassName
{
border-color: #C215AF;
}
.TagClassName
{
border-color: #C215AF;
}
</style>