Shades of Deep Magenta #C103DC
Tints of Deep Magenta #C103DC
RGB
CMYK
RGB Variations
Color information
#C103DC (or 0xC103DC) is known color: Deep Magenta. HEX triplet: C1, 03 and DC. RGB value is (193,3,220). Sum of RGB (Red+Green+Blue) = 193+3+220=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #C103DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103DC is #3EFC23. Grayscale: #535353. Windows color (decimal): -4127780 or 14418881. OLE color: 14418881.
HSL color Cylindrical-coordinate representation of color #C103DC: hue angle of 292.53º degrees, saturation: 0.97, 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 #C103DC is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 3 | 220 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.14 |
| HSL | 292.53º | 0.97% | 0.44% | - |
| HSV(B) | 292.53º | 0.99% | 0.86% | - |
| XYZ | 34.94 | 16.57 | 69.07 | - |
| YUV | 84.55 | 204.45 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 220 | 0.12 | 0.99 | 0 | 0.14 | 292.53 | 0.97 | 0.44 |
| Hex | C1 | 3 | DC | C | 63 | 0 | E | 125 | 61 | 2C |
| Octal | 301 | 3 | 334 | 14 | 143 | 0 | 16 | 445 | 141 | 54 |
| Binary | 11000001 | 11 | 11011100 | 1100 | 1100011 | 0 | 1110 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C103DC
Complementary color
Monochromatic Colors of #C103DC
Black with #C103DC
Text Example
Text Example
White with #C103DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103DC; }
p { color: rgb(193,3,220); }
H1.HeaderClassName
{
color: #C103DC;
}
.AnyTagClassName
{
color: #C103DC;
}
</style>
background-color css
<style>
a { background-color: #C103DC; }
a { background-color: rgb(193,3,220); }
div.DivClassName
{
background-color: #C103DC;
}
.BgClassName
{
background-color: #C103DC;
}
</style>
border-color css
<style>
span { border-color: #C103DC; }
span { border-color: rgb(193,3,220); }
td.TdClassName
{
border-color: #C103DC;
}
.TagClassName
{
border-color: #C103DC;
}
</style>