Shades of Deep Magenta #C225DC
Tints of Deep Magenta #C225DC
RGB
CMYK
RGB Variations
Color information
#C225DC (or 0xC225DC) is known color: Deep Magenta. HEX triplet: C2, 25 and DC. RGB value is (194,37,220). Sum of RGB (Red+Green+Blue) = 194+37+220=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #C225DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225DC is #3DDA23. Grayscale: #686868. Windows color (decimal): -4053540 or 14427586. OLE color: 14427586.
HSL color Cylindrical-coordinate representation of color #C225DC: hue angle of 291.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C225DC is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 37 | 220 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.14 |
| HSL | 291.48º | 0.72% | 0.5% | - |
| HSV(B) | 291.48º | 0.83% | 0.86% | - |
| XYZ | 35.83 | 17.96 | 69.29 | - |
| YUV | 104.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 220 | 0.12 | 0.83 | 0 | 0.14 | 291.48 | 0.72 | 0.5 |
| Hex | C2 | 25 | DC | C | 53 | 0 | E | 123 | 48 | 32 |
| Octal | 302 | 45 | 334 | 14 | 123 | 0 | 16 | 443 | 110 | 62 |
| Binary | 11000010 | 100101 | 11011100 | 1100 | 1010011 | 0 | 1110 | 100100011 | 1001000 | 110010 |
Color Harmonies of #C225DC
Complementary color
Monochromatic Colors of #C225DC
Black with #C225DC
Text Example
Text Example
White with #C225DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225DC; }
p { color: rgb(194,37,220); }
H1.HeaderClassName
{
color: #C225DC;
}
.AnyTagClassName
{
color: #C225DC;
}
</style>
background-color css
<style>
a { background-color: #C225DC; }
a { background-color: rgb(194,37,220); }
div.DivClassName
{
background-color: #C225DC;
}
.BgClassName
{
background-color: #C225DC;
}
</style>
border-color css
<style>
span { border-color: #C225DC; }
span { border-color: rgb(194,37,220); }
td.TdClassName
{
border-color: #C225DC;
}
.TagClassName
{
border-color: #C225DC;
}
</style>