Shades of Deep Magenta #C228DD
Tints of Deep Magenta #C228DD
RGB
CMYK
RGB Variations
Color information
#C228DD (or 0xC228DD) is known color: Deep Magenta. HEX triplet: C2, 28 and DD. RGB value is (194,40,221). Sum of RGB (Red+Green+Blue) = 194+40+221=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #C228DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228DD is #3DD722. Grayscale: #6A6A6A. Windows color (decimal): -4052771 or 14493890. OLE color: 14493890.
HSL color Cylindrical-coordinate representation of color #C228DD: hue angle of 291.05º 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 #C228DD is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 40 | 221 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.13 |
| HSL | 291.05º | 0.73% | 0.51% | - |
| HSV(B) | 291.05º | 0.82% | 0.87% | - |
| XYZ | 36.06 | 18.21 | 70.02 | - |
| YUV | 106.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 221 | 0.12 | 0.82 | 0 | 0.13 | 291.05 | 0.73 | 0.51 |
| Hex | C2 | 28 | DD | C | 52 | 0 | D | 123 | 49 | 33 |
| Octal | 302 | 50 | 335 | 14 | 122 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000010 | 101000 | 11011101 | 1100 | 1010010 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C228DD
Complementary color
Monochromatic Colors of #C228DD
Black with #C228DD
Text Example
Text Example
White with #C228DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228DD; }
p { color: rgb(194,40,221); }
H1.HeaderClassName
{
color: #C228DD;
}
.AnyTagClassName
{
color: #C228DD;
}
</style>
background-color css
<style>
a { background-color: #C228DD; }
a { background-color: rgb(194,40,221); }
div.DivClassName
{
background-color: #C228DD;
}
.BgClassName
{
background-color: #C228DD;
}
</style>
border-color css
<style>
span { border-color: #C228DD; }
span { border-color: rgb(194,40,221); }
td.TdClassName
{
border-color: #C228DD;
}
.TagClassName
{
border-color: #C228DD;
}
</style>