Shades of Deep Magenta #C226DD
Tints of Deep Magenta #C226DD
RGB
CMYK
RGB Variations
Color information
#C226DD (or 0xC226DD) is known color: Deep Magenta. HEX triplet: C2, 26 and DD. RGB value is (194,38,221). Sum of RGB (Red+Green+Blue) = 194+38+221=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #C226DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C226DD is #3DD922. Grayscale: #686868. Windows color (decimal): -4053283 or 14493378. OLE color: 14493378.
HSL color Cylindrical-coordinate representation of color #C226DD: hue angle of 291.15º 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 #C226DD is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 38 | 221 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.13 |
| HSL | 291.15º | 0.73% | 0.51% | - |
| HSV(B) | 291.15º | 0.83% | 0.87% | - |
| XYZ | 35.99 | 18.08 | 70 | - |
| YUV | 105.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 221 | 0.12 | 0.83 | 0 | 0.13 | 291.15 | 0.73 | 0.51 |
| Hex | C2 | 26 | DD | C | 53 | 0 | D | 123 | 49 | 33 |
| Octal | 302 | 46 | 335 | 14 | 123 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000010 | 100110 | 11011101 | 1100 | 1010011 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C226DD
Complementary color
Monochromatic Colors of #C226DD
Black with #C226DD
Text Example
Text Example
White with #C226DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226DD; }
p { color: rgb(194,38,221); }
H1.HeaderClassName
{
color: #C226DD;
}
.AnyTagClassName
{
color: #C226DD;
}
</style>
background-color css
<style>
a { background-color: #C226DD; }
a { background-color: rgb(194,38,221); }
div.DivClassName
{
background-color: #C226DD;
}
.BgClassName
{
background-color: #C226DD;
}
</style>
border-color css
<style>
span { border-color: #C226DD; }
span { border-color: rgb(194,38,221); }
td.TdClassName
{
border-color: #C226DD;
}
.TagClassName
{
border-color: #C226DD;
}
</style>