Shades of Deep Magenta #C227DA
Tints of Deep Magenta #C227DA
RGB
CMYK
RGB Variations
Color information
#C227DA (or 0xC227DA) is known color: Deep Magenta. HEX triplet: C2, 27 and DA. RGB value is (194,39,218). Sum of RGB (Red+Green+Blue) = 194+39+218=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #C227DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227DA is #3DD825. Grayscale: #696969. Windows color (decimal): -4053030 or 14297026. OLE color: 14297026.
HSL color Cylindrical-coordinate representation of color #C227DA: hue angle of 291.96º degrees, saturation: 0.71, 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 #C227DA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 39 | 218 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.15 |
| HSL | 291.96º | 0.71% | 0.5% | - |
| HSV(B) | 291.96º | 0.82% | 0.85% | - |
| XYZ | 35.63 | 17.98 | 67.92 | - |
| YUV | 105.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 218 | 0.11 | 0.82 | 0 | 0.15 | 291.96 | 0.71 | 0.5 |
| Hex | C2 | 27 | DA | B | 52 | 0 | F | 124 | 47 | 32 |
| Octal | 302 | 47 | 332 | 13 | 122 | 0 | 17 | 444 | 107 | 62 |
| Binary | 11000010 | 100111 | 11011010 | 1011 | 1010010 | 0 | 1111 | 100100100 | 1000111 | 110010 |
Color Harmonies of #C227DA
Complementary color
Monochromatic Colors of #C227DA
Black with #C227DA
Text Example
Text Example
White with #C227DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227DA; }
p { color: rgb(194,39,218); }
H1.HeaderClassName
{
color: #C227DA;
}
.AnyTagClassName
{
color: #C227DA;
}
</style>
background-color css
<style>
a { background-color: #C227DA; }
a { background-color: rgb(194,39,218); }
div.DivClassName
{
background-color: #C227DA;
}
.BgClassName
{
background-color: #C227DA;
}
</style>
border-color css
<style>
span { border-color: #C227DA; }
span { border-color: rgb(194,39,218); }
td.TdClassName
{
border-color: #C227DA;
}
.TagClassName
{
border-color: #C227DA;
}
</style>