Shades of Deep Magenta #C227D8
Tints of Deep Magenta #C227D8
RGB
CMYK
RGB Variations
Color information
#C227D8 (or 0xC227D8) is known color: Deep Magenta. HEX triplet: C2, 27 and D8. RGB value is (194,39,216). Sum of RGB (Red+Green+Blue) = 194+39+216=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #C227D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227D8 is #3DD827. Grayscale: #686868. Windows color (decimal): -4053032 or 14165954. OLE color: 14165954.
HSL color Cylindrical-coordinate representation of color #C227D8: hue angle of 292.54º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C227D8 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 39 | 216 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.15 |
| HSL | 292.54º | 0.69% | 0.5% | - |
| HSV(B) | 292.54º | 0.82% | 0.85% | - |
| XYZ | 35.37 | 17.88 | 66.55 | - |
| YUV | 105.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 216 | 0.10 | 0.82 | 0 | 0.15 | 292.54 | 0.69 | 0.5 |
| Hex | C2 | 27 | D8 | A | 52 | 0 | F | 125 | 45 | 32 |
| Octal | 302 | 47 | 330 | 12 | 122 | 0 | 17 | 445 | 105 | 62 |
| Binary | 11000010 | 100111 | 11011000 | 1010 | 1010010 | 0 | 1111 | 100100101 | 1000101 | 110010 |
Color Harmonies of #C227D8
Complementary color
Monochromatic Colors of #C227D8
Black with #C227D8
Text Example
Text Example
White with #C227D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227D8; }
p { color: rgb(194,39,216); }
H1.HeaderClassName
{
color: #C227D8;
}
.AnyTagClassName
{
color: #C227D8;
}
</style>
background-color css
<style>
a { background-color: #C227D8; }
a { background-color: rgb(194,39,216); }
div.DivClassName
{
background-color: #C227D8;
}
.BgClassName
{
background-color: #C227D8;
}
</style>
border-color css
<style>
span { border-color: #C227D8; }
span { border-color: rgb(194,39,216); }
td.TdClassName
{
border-color: #C227D8;
}
.TagClassName
{
border-color: #C227D8;
}
</style>