Shades of Deep Magenta #C227CE
Tints of Deep Magenta #C227CE
RGB
CMYK
RGB Variations
Color information
#C227CE (or 0xC227CE) is known color: Deep Magenta. HEX triplet: C2, 27 and CE. RGB value is (194,39,206). Sum of RGB (Red+Green+Blue) = 194+39+206=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #C227CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227CE is #3DD831. Grayscale: #676767. Windows color (decimal): -4053042 or 13510594. OLE color: 13510594.
HSL color Cylindrical-coordinate representation of color #C227CE: hue angle of 295.69º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C227CE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 39 | 206 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.19 |
| HSL | 295.69º | 0.68% | 0.48% | - |
| HSV(B) | 295.69º | 0.81% | 0.81% | - |
| XYZ | 34.11 | 17.38 | 59.95 | - |
| YUV | 104.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 206 | 0.06 | 0.81 | 0 | 0.19 | 295.69 | 0.68 | 0.48 |
| Hex | C2 | 27 | CE | 6 | 51 | 0 | 13 | 128 | 44 | 30 |
| Octal | 302 | 47 | 316 | 6 | 121 | 0 | 23 | 450 | 104 | 60 |
| Binary | 11000010 | 100111 | 11001110 | 110 | 1010001 | 0 | 10011 | 100101000 | 1000100 | 110000 |
Color Harmonies of #C227CE
Complementary color
Monochromatic Colors of #C227CE
Black with #C227CE
Text Example
Text Example
White with #C227CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227CE; }
p { color: rgb(194,39,206); }
H1.HeaderClassName
{
color: #C227CE;
}
.AnyTagClassName
{
color: #C227CE;
}
</style>
background-color css
<style>
a { background-color: #C227CE; }
a { background-color: rgb(194,39,206); }
div.DivClassName
{
background-color: #C227CE;
}
.BgClassName
{
background-color: #C227CE;
}
</style>
border-color css
<style>
span { border-color: #C227CE; }
span { border-color: rgb(194,39,206); }
td.TdClassName
{
border-color: #C227CE;
}
.TagClassName
{
border-color: #C227CE;
}
</style>