Shades of Deep Magenta #C224CF
Tints of Deep Magenta #C224CF
RGB
CMYK
RGB Variations
Color information
#C224CF (or 0xC224CF) is known color: Deep Magenta. HEX triplet: C2, 24 and CF. RGB value is (194,36,207). Sum of RGB (Red+Green+Blue) = 194+36+207=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #C224CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224CF is #3DDB30. Grayscale: #666666. Windows color (decimal): -4053809 or 13575362. OLE color: 13575362.
HSL color Cylindrical-coordinate representation of color #C224CF: hue angle of 295.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C224CF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 36 | 207 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.19 |
| HSL | 295.44º | 0.7% | 0.48% | - |
| HSV(B) | 295.44º | 0.83% | 0.81% | - |
| XYZ | 34.14 | 17.24 | 60.56 | - |
| YUV | 102.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 207 | 0.06 | 0.83 | 0 | 0.19 | 295.44 | 0.7 | 0.48 |
| Hex | C2 | 24 | CF | 6 | 53 | 0 | 13 | 127 | 46 | 30 |
| Octal | 302 | 44 | 317 | 6 | 123 | 0 | 23 | 447 | 106 | 60 |
| Binary | 11000010 | 100100 | 11001111 | 110 | 1010011 | 0 | 10011 | 100100111 | 1000110 | 110000 |
Color Harmonies of #C224CF
Complementary color
Monochromatic Colors of #C224CF
Black with #C224CF
Text Example
Text Example
White with #C224CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224CF; }
p { color: rgb(194,36,207); }
H1.HeaderClassName
{
color: #C224CF;
}
.AnyTagClassName
{
color: #C224CF;
}
</style>
background-color css
<style>
a { background-color: #C224CF; }
a { background-color: rgb(194,36,207); }
div.DivClassName
{
background-color: #C224CF;
}
.BgClassName
{
background-color: #C224CF;
}
</style>
border-color css
<style>
span { border-color: #C224CF; }
span { border-color: rgb(194,36,207); }
td.TdClassName
{
border-color: #C224CF;
}
.TagClassName
{
border-color: #C224CF;
}
</style>