Shades of Deep Magenta #C120CB
Tints of Deep Magenta #C120CB
RGB
CMYK
RGB Variations
Color information
#C120CB (or 0xC120CB) is known color: Deep Magenta. HEX triplet: C1, 20 and CB. RGB value is (193,32,203). Sum of RGB (Red+Green+Blue) = 193+32+203=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #C120CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120CB is #3EDF34. Grayscale: #636363. Windows color (decimal): -4120373 or 13312193. OLE color: 13312193.
HSL color Cylindrical-coordinate representation of color #C120CB: hue angle of 296.49º 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 #C120CB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 32 | 203 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.20 |
| HSL | 296.49º | 0.73% | 0.46% | - |
| HSV(B) | 296.49º | 0.84% | 0.8% | - |
| XYZ | 33.29 | 16.68 | 57.97 | - |
| YUV | 99.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 203 | 0.05 | 0.84 | 0 | 0.20 | 296.49 | 0.73 | 0.46 |
| Hex | C1 | 20 | CB | 5 | 54 | 0 | 14 | 128 | 49 | 2E |
| Octal | 301 | 40 | 313 | 5 | 124 | 0 | 24 | 450 | 111 | 56 |
| Binary | 11000001 | 100000 | 11001011 | 101 | 1010100 | 0 | 10100 | 100101000 | 1001001 | 101110 |
Color Harmonies of #C120CB
Complementary color
Monochromatic Colors of #C120CB
Black with #C120CB
Text Example
Text Example
White with #C120CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120CB; }
p { color: rgb(193,32,203); }
H1.HeaderClassName
{
color: #C120CB;
}
.AnyTagClassName
{
color: #C120CB;
}
</style>
background-color css
<style>
a { background-color: #C120CB; }
a { background-color: rgb(193,32,203); }
div.DivClassName
{
background-color: #C120CB;
}
.BgClassName
{
background-color: #C120CB;
}
</style>
border-color css
<style>
span { border-color: #C120CB; }
span { border-color: rgb(193,32,203); }
td.TdClassName
{
border-color: #C120CB;
}
.TagClassName
{
border-color: #C120CB;
}
</style>