Shades of Deep Magenta #C225DD
Tints of Deep Magenta #C225DD
RGB
CMYK
RGB Variations
Color information
#C225DD (or 0xC225DD) is known color: Deep Magenta. HEX triplet: C2, 25 and DD. RGB value is (194,37,221). Sum of RGB (Red+Green+Blue) = 194+37+221=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #C225DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225DD is #3DDA22. Grayscale: #686868. Windows color (decimal): -4053539 or 14493122. OLE color: 14493122.
HSL color Cylindrical-coordinate representation of color #C225DD: hue angle of 291.2º degrees, saturation: 0.73, 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 #C225DD is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 37 | 221 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.13 |
| HSL | 291.2º | 0.73% | 0.51% | - |
| HSV(B) | 291.2º | 0.83% | 0.87% | - |
| XYZ | 35.96 | 18.01 | 69.99 | - |
| YUV | 104.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 221 | 0.12 | 0.83 | 0 | 0.13 | 291.2 | 0.73 | 0.51 |
| Hex | C2 | 25 | DD | C | 53 | 0 | D | 123 | 49 | 33 |
| Octal | 302 | 45 | 335 | 14 | 123 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000010 | 100101 | 11011101 | 1100 | 1010011 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C225DD
Complementary color
Monochromatic Colors of #C225DD
Black with #C225DD
Text Example
Text Example
White with #C225DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225DD; }
p { color: rgb(194,37,221); }
H1.HeaderClassName
{
color: #C225DD;
}
.AnyTagClassName
{
color: #C225DD;
}
</style>
background-color css
<style>
a { background-color: #C225DD; }
a { background-color: rgb(194,37,221); }
div.DivClassName
{
background-color: #C225DD;
}
.BgClassName
{
background-color: #C225DD;
}
</style>
border-color css
<style>
span { border-color: #C225DD; }
span { border-color: rgb(194,37,221); }
td.TdClassName
{
border-color: #C225DD;
}
.TagClassName
{
border-color: #C225DD;
}
</style>