Shades of Deep Magenta #C227E1
Tints of Deep Magenta #C227E1
RGB
CMYK
RGB Variations
Color information
#C227E1 (or 0xC227E1) is known color: Deep Magenta. HEX triplet: C2, 27 and E1. RGB value is (194,39,225). Sum of RGB (Red+Green+Blue) = 194+39+225=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #C227E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227E1 is #3DD81E. Grayscale: #696969. Windows color (decimal): -4053023 or 14755778. OLE color: 14755778.
HSL color Cylindrical-coordinate representation of color #C227E1: hue angle of 290º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C227E1 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 39 | 225 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.12 |
| HSL | 290º | 0.76% | 0.52% | - |
| HSV(B) | 290º | 0.83% | 0.88% | - |
| XYZ | 36.56 | 18.36 | 72.85 | - |
| YUV | 106.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 225 | 0.14 | 0.83 | 0 | 0.12 | 290 | 0.76 | 0.52 |
| Hex | C2 | 27 | E1 | E | 53 | 0 | C | 122 | 4C | 34 |
| Octal | 302 | 47 | 341 | 16 | 123 | 0 | 14 | 442 | 114 | 64 |
| Binary | 11000010 | 100111 | 11100001 | 1110 | 1010011 | 0 | 1100 | 100100010 | 1001100 | 110100 |
Color Harmonies of #C227E1
Complementary color
Monochromatic Colors of #C227E1
Black with #C227E1
Text Example
Text Example
White with #C227E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227E1; }
p { color: rgb(194,39,225); }
H1.HeaderClassName
{
color: #C227E1;
}
.AnyTagClassName
{
color: #C227E1;
}
</style>
background-color css
<style>
a { background-color: #C227E1; }
a { background-color: rgb(194,39,225); }
div.DivClassName
{
background-color: #C227E1;
}
.BgClassName
{
background-color: #C227E1;
}
</style>
border-color css
<style>
span { border-color: #C227E1; }
span { border-color: rgb(194,39,225); }
td.TdClassName
{
border-color: #C227E1;
}
.TagClassName
{
border-color: #C227E1;
}
</style>