Shades of Deep Magenta #C224C8
Tints of Deep Magenta #C224C8
RGB
CMYK
RGB Variations
Color information
#C224C8 (or 0xC224C8) is known color: Deep Magenta. HEX triplet: C2, 24 and C8. RGB value is (194,36,200). Sum of RGB (Red+Green+Blue) = 194+36+200=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #C224C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224C8 is #3DDB37. Grayscale: #656565. Windows color (decimal): -4053816 or 13116610. OLE color: 13116610.
HSL color Cylindrical-coordinate representation of color #C224C8: hue angle of 297.8º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C224C8 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 36 | 200 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.22 |
| HSL | 297.8º | 0.69% | 0.46% | - |
| HSV(B) | 297.8º | 0.82% | 0.78% | - |
| XYZ | 33.3 | 16.9 | 56.15 | - |
| YUV | 101.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 200 | 0.03 | 0.82 | 0 | 0.22 | 297.8 | 0.69 | 0.46 |
| Hex | C2 | 24 | C8 | 3 | 52 | 0 | 16 | 12A | 45 | 2E |
| Octal | 302 | 44 | 310 | 3 | 122 | 0 | 26 | 452 | 105 | 56 |
| Binary | 11000010 | 100100 | 11001000 | 11 | 1010010 | 0 | 10110 | 100101010 | 1000101 | 101110 |
Color Harmonies of #C224C8
Complementary color
Monochromatic Colors of #C224C8
Black with #C224C8
Text Example
Text Example
White with #C224C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224C8; }
p { color: rgb(194,36,200); }
H1.HeaderClassName
{
color: #C224C8;
}
.AnyTagClassName
{
color: #C224C8;
}
</style>
background-color css
<style>
a { background-color: #C224C8; }
a { background-color: rgb(194,36,200); }
div.DivClassName
{
background-color: #C224C8;
}
.BgClassName
{
background-color: #C224C8;
}
</style>
border-color css
<style>
span { border-color: #C224C8; }
span { border-color: rgb(194,36,200); }
td.TdClassName
{
border-color: #C224C8;
}
.TagClassName
{
border-color: #C224C8;
}
</style>