Shades of Deep Magenta #C224BC
Tints of Deep Magenta #C224BC
RGB
CMYK
RGB Variations
Color information
#C224BC (or 0xC224BC) is known color: Deep Magenta. HEX triplet: C2, 24 and BC. RGB value is (194,36,188). Sum of RGB (Red+Green+Blue) = 194+36+188=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C224BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224BC is #3DDB43. Grayscale: #646464. Windows color (decimal): -4053828 or 12330178. OLE color: 12330178.
HSL color Cylindrical-coordinate representation of color #C224BC: hue angle of 302.28º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C224BC is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 188 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.24 |
| HSL | 302.28º | 0.69% | 0.45% | - |
| HSV(B) | 302.28º | 0.81% | 0.76% | - |
| XYZ | 31.96 | 16.36 | 49.05 | - |
| YUV | 100.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 188 | 0 | 0.81 | 0.03 | 0.24 | 302.28 | 0.69 | 0.45 |
| Hex | C2 | 24 | BC | 0 | 51 | 3 | 18 | 12E | 45 | 2D |
| Octal | 302 | 44 | 274 | 0 | 121 | 3 | 30 | 456 | 105 | 55 |
| Binary | 11000010 | 100100 | 10111100 | 0 | 1010001 | 11 | 11000 | 100101110 | 1000101 | 101101 |
Color Harmonies of #C224BC
Complementary color
Monochromatic Colors of #C224BC
Black with #C224BC
Text Example
Text Example
White with #C224BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224BC; }
p { color: rgb(194,36,188); }
H1.HeaderClassName
{
color: #C224BC;
}
.AnyTagClassName
{
color: #C224BC;
}
</style>
background-color css
<style>
a { background-color: #C224BC; }
a { background-color: rgb(194,36,188); }
div.DivClassName
{
background-color: #C224BC;
}
.BgClassName
{
background-color: #C224BC;
}
</style>
border-color css
<style>
span { border-color: #C224BC; }
span { border-color: rgb(194,36,188); }
td.TdClassName
{
border-color: #C224BC;
}
.TagClassName
{
border-color: #C224BC;
}
</style>