Shades of Deep Magenta #C102DC
Tints of Deep Magenta #C102DC
RGB
CMYK
RGB Variations
Color information
#C102DC (or 0xC102DC) is known color: Deep Magenta. HEX triplet: C1, 02 and DC. RGB value is (193,2,220). Sum of RGB (Red+Green+Blue) = 193+2+220=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #C102DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102DC is #3EFD23. Grayscale: #535353. Windows color (decimal): -4128036 or 14418625. OLE color: 14418625.
HSL color Cylindrical-coordinate representation of color #C102DC: hue angle of 292.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102DC is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 2 | 220 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.14 |
| HSL | 292.57º | 0.98% | 0.44% | - |
| HSV(B) | 292.57º | 0.99% | 0.86% | - |
| XYZ | 34.93 | 16.55 | 69.06 | - |
| YUV | 83.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 220 | 0.12 | 0.99 | 0 | 0.14 | 292.57 | 0.98 | 0.44 |
| Hex | C1 | 2 | DC | C | 63 | 0 | E | 125 | 62 | 2C |
| Octal | 301 | 2 | 334 | 14 | 143 | 0 | 16 | 445 | 142 | 54 |
| Binary | 11000001 | 10 | 11011100 | 1100 | 1100011 | 0 | 1110 | 100100101 | 1100010 | 101100 |
Color Harmonies of #C102DC
Complementary color
Monochromatic Colors of #C102DC
Black with #C102DC
Text Example
Text Example
White with #C102DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102DC; }
p { color: rgb(193,2,220); }
H1.HeaderClassName
{
color: #C102DC;
}
.AnyTagClassName
{
color: #C102DC;
}
</style>
background-color css
<style>
a { background-color: #C102DC; }
a { background-color: rgb(193,2,220); }
div.DivClassName
{
background-color: #C102DC;
}
.BgClassName
{
background-color: #C102DC;
}
</style>
border-color css
<style>
span { border-color: #C102DC; }
span { border-color: rgb(193,2,220); }
td.TdClassName
{
border-color: #C102DC;
}
.TagClassName
{
border-color: #C102DC;
}
</style>