Shades of Deep Magenta #C227DC
Tints of Deep Magenta #C227DC
RGB
CMYK
RGB Variations
Color information
#C227DC (or 0xC227DC) is known color: Deep Magenta. HEX triplet: C2, 27 and DC. RGB value is (194,39,220). Sum of RGB (Red+Green+Blue) = 194+39+220=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #C227DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227DC is #3DD823. Grayscale: #696969. Windows color (decimal): -4053028 or 14428098. OLE color: 14428098.
HSL color Cylindrical-coordinate representation of color #C227DC: hue angle of 291.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C227DC is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 39 | 220 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.14 |
| HSL | 291.38º | 0.72% | 0.51% | - |
| HSV(B) | 291.38º | 0.82% | 0.86% | - |
| XYZ | 35.89 | 18.09 | 69.31 | - |
| YUV | 105.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 220 | 0.12 | 0.82 | 0 | 0.14 | 291.38 | 0.72 | 0.51 |
| Hex | C2 | 27 | DC | C | 52 | 0 | E | 123 | 48 | 33 |
| Octal | 302 | 47 | 334 | 14 | 122 | 0 | 16 | 443 | 110 | 63 |
| Binary | 11000010 | 100111 | 11011100 | 1100 | 1010010 | 0 | 1110 | 100100011 | 1001000 | 110011 |
Color Harmonies of #C227DC
Complementary color
Monochromatic Colors of #C227DC
Black with #C227DC
Text Example
Text Example
White with #C227DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227DC; }
p { color: rgb(194,39,220); }
H1.HeaderClassName
{
color: #C227DC;
}
.AnyTagClassName
{
color: #C227DC;
}
</style>
background-color css
<style>
a { background-color: #C227DC; }
a { background-color: rgb(194,39,220); }
div.DivClassName
{
background-color: #C227DC;
}
.BgClassName
{
background-color: #C227DC;
}
</style>
border-color css
<style>
span { border-color: #C227DC; }
span { border-color: rgb(194,39,220); }
td.TdClassName
{
border-color: #C227DC;
}
.TagClassName
{
border-color: #C227DC;
}
</style>