Shades of Deep Magenta #C120CC
Tints of Deep Magenta #C120CC
RGB
CMYK
RGB Variations
Color information
#C120CC (or 0xC120CC) is known color: Deep Magenta. HEX triplet: C1, 20 and CC. RGB value is (193,32,204). Sum of RGB (Red+Green+Blue) = 193+32+204=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #C120CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120CC is #3EDF33. Grayscale: #636363. Windows color (decimal): -4120372 or 13377729. OLE color: 13377729.
HSL color Cylindrical-coordinate representation of color #C120CC: hue angle of 296.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C120CC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 32 | 204 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.2 |
| HSL | 296.16º | 0.73% | 0.46% | - |
| HSV(B) | 296.16º | 0.84% | 0.8% | - |
| XYZ | 33.41 | 16.73 | 58.6 | - |
| YUV | 99.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 204 | 0.05 | 0.84 | 0 | 0.2 | 296.16 | 0.73 | 0.46 |
| Hex | C1 | 20 | CC | 5 | 54 | 0 | 14 | 128 | 49 | 2E |
| Octal | 301 | 40 | 314 | 5 | 124 | 0 | 24 | 450 | 111 | 56 |
| Binary | 11000001 | 100000 | 11001100 | 101 | 1010100 | 0 | 10100 | 100101000 | 1001001 | 101110 |
Color Harmonies of #C120CC
Complementary color
Monochromatic Colors of #C120CC
Black with #C120CC
Text Example
Text Example
White with #C120CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120CC; }
p { color: rgb(193,32,204); }
H1.HeaderClassName
{
color: #C120CC;
}
.AnyTagClassName
{
color: #C120CC;
}
</style>
background-color css
<style>
a { background-color: #C120CC; }
a { background-color: rgb(193,32,204); }
div.DivClassName
{
background-color: #C120CC;
}
.BgClassName
{
background-color: #C120CC;
}
</style>
border-color css
<style>
span { border-color: #C120CC; }
span { border-color: rgb(193,32,204); }
td.TdClassName
{
border-color: #C120CC;
}
.TagClassName
{
border-color: #C120CC;
}
</style>