Shades of Deep Magenta #C227DF
Tints of Deep Magenta #C227DF
RGB
CMYK
RGB Variations
Color information
#C227DF (or 0xC227DF) is known color: Deep Magenta. HEX triplet: C2, 27 and DF. RGB value is (194,39,223). Sum of RGB (Red+Green+Blue) = 194+39+223=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #C227DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227DF is #3DD820. Grayscale: #696969. Windows color (decimal): -4053025 or 14624706. OLE color: 14624706.
HSL color Cylindrical-coordinate representation of color #C227DF: hue angle of 290.54º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C227DF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 39 | 223 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.13 |
| HSL | 290.54º | 0.74% | 0.51% | - |
| HSV(B) | 290.54º | 0.83% | 0.87% | - |
| XYZ | 36.29 | 18.25 | 71.42 | - |
| YUV | 106.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 223 | 0.13 | 0.83 | 0 | 0.13 | 290.54 | 0.74 | 0.51 |
| Hex | C2 | 27 | DF | D | 53 | 0 | D | 123 | 4A | 33 |
| Octal | 302 | 47 | 337 | 15 | 123 | 0 | 15 | 443 | 112 | 63 |
| Binary | 11000010 | 100111 | 11011111 | 1101 | 1010011 | 0 | 1101 | 100100011 | 1001010 | 110011 |
Color Harmonies of #C227DF
Complementary color
Monochromatic Colors of #C227DF
Black with #C227DF
Text Example
Text Example
White with #C227DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227DF; }
p { color: rgb(194,39,223); }
H1.HeaderClassName
{
color: #C227DF;
}
.AnyTagClassName
{
color: #C227DF;
}
</style>
background-color css
<style>
a { background-color: #C227DF; }
a { background-color: rgb(194,39,223); }
div.DivClassName
{
background-color: #C227DF;
}
.BgClassName
{
background-color: #C227DF;
}
</style>
border-color css
<style>
span { border-color: #C227DF; }
span { border-color: rgb(194,39,223); }
td.TdClassName
{
border-color: #C227DF;
}
.TagClassName
{
border-color: #C227DF;
}
</style>