Shades of Deep Magenta #C224CC
Tints of Deep Magenta #C224CC
RGB
CMYK
RGB Variations
Color information
#C224CC (or 0xC224CC) is known color: Deep Magenta. HEX triplet: C2, 24 and CC. RGB value is (194,36,204). Sum of RGB (Red+Green+Blue) = 194+36+204=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #C224CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224CC is #3DDB33. Grayscale: #656565. Windows color (decimal): -4053812 or 13378754. OLE color: 13378754.
HSL color Cylindrical-coordinate representation of color #C224CC: hue angle of 296.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C224CC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 36 | 204 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.2 |
| HSL | 296.43º | 0.7% | 0.47% | - |
| HSV(B) | 296.43º | 0.82% | 0.8% | - |
| XYZ | 33.78 | 17.09 | 58.65 | - |
| YUV | 102.39 | 185.35 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 204 | 0.05 | 0.82 | 0 | 0.2 | 296.43 | 0.7 | 0.47 |
| Hex | C2 | 24 | CC | 5 | 52 | 0 | 14 | 128 | 46 | 2F |
| Octal | 302 | 44 | 314 | 5 | 122 | 0 | 24 | 450 | 106 | 57 |
| Binary | 11000010 | 100100 | 11001100 | 101 | 1010010 | 0 | 10100 | 100101000 | 1000110 | 101111 |
Color Harmonies of #C224CC
Complementary color
Monochromatic Colors of #C224CC
Black with #C224CC
Text Example
Text Example
White with #C224CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224CC; }
p { color: rgb(194,36,204); }
H1.HeaderClassName
{
color: #C224CC;
}
.AnyTagClassName
{
color: #C224CC;
}
</style>
background-color css
<style>
a { background-color: #C224CC; }
a { background-color: rgb(194,36,204); }
div.DivClassName
{
background-color: #C224CC;
}
.BgClassName
{
background-color: #C224CC;
}
</style>
border-color css
<style>
span { border-color: #C224CC; }
span { border-color: rgb(194,36,204); }
td.TdClassName
{
border-color: #C224CC;
}
.TagClassName
{
border-color: #C224CC;
}
</style>