Shades of Deep Magenta #C227DD
Tints of Deep Magenta #C227DD
RGB
CMYK
RGB Variations
Color information
#C227DD (or 0xC227DD) is known color: Deep Magenta. HEX triplet: C2, 27 and DD. RGB value is (194,39,221). Sum of RGB (Red+Green+Blue) = 194+39+221=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C227DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227DD is #3DD822. Grayscale: #696969. Windows color (decimal): -4053027 or 14493634. OLE color: 14493634.
HSL color Cylindrical-coordinate representation of color #C227DD: hue angle of 291.1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C227DD is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 39 | 221 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.13 |
| HSL | 291.1º | 0.73% | 0.51% | - |
| HSV(B) | 291.1º | 0.82% | 0.87% | - |
| XYZ | 36.02 | 18.14 | 70.01 | - |
| YUV | 106.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 221 | 0.12 | 0.82 | 0 | 0.13 | 291.1 | 0.73 | 0.51 |
| Hex | C2 | 27 | DD | C | 52 | 0 | D | 123 | 49 | 33 |
| Octal | 302 | 47 | 335 | 14 | 122 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000010 | 100111 | 11011101 | 1100 | 1010010 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C227DD
Complementary color
Monochromatic Colors of #C227DD
Black with #C227DD
Text Example
Text Example
White with #C227DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227DD; }
p { color: rgb(194,39,221); }
H1.HeaderClassName
{
color: #C227DD;
}
.AnyTagClassName
{
color: #C227DD;
}
</style>
background-color css
<style>
a { background-color: #C227DD; }
a { background-color: rgb(194,39,221); }
div.DivClassName
{
background-color: #C227DD;
}
.BgClassName
{
background-color: #C227DD;
}
</style>
border-color css
<style>
span { border-color: #C227DD; }
span { border-color: rgb(194,39,221); }
td.TdClassName
{
border-color: #C227DD;
}
.TagClassName
{
border-color: #C227DD;
}
</style>