Shades of Deep Magenta #C10DC3
Tints of Deep Magenta #C10DC3
RGB
CMYK
RGB Variations
Color information
#C10DC3 (or 0xC10DC3) is known color: Deep Magenta. HEX triplet: C1, 0D and C3. RGB value is (193,13,195). Sum of RGB (Red+Green+Blue) = 193+13+195=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #C10DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DC3 is #3EF23C. Grayscale: #575757. Windows color (decimal): -4125245 or 12783041. OLE color: 12783041.
HSL color Cylindrical-coordinate representation of color #C10DC3: hue angle of 299.34º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10DC3 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 195 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.24 |
| HSL | 299.34º | 0.88% | 0.41% | - |
| HSV(B) | 299.34º | 0.93% | 0.76% | - |
| XYZ | 31.99 | 15.57 | 52.95 | - |
| YUV | 87.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 195 | 0.01 | 0.93 | 0 | 0.24 | 299.34 | 0.88 | 0.41 |
| Hex | C1 | D | C3 | 1 | 5D | 0 | 18 | 12B | 58 | 29 |
| Octal | 301 | 15 | 303 | 1 | 135 | 0 | 30 | 453 | 130 | 51 |
| Binary | 11000001 | 1101 | 11000011 | 1 | 1011101 | 0 | 11000 | 100101011 | 1011000 | 101001 |
Color Harmonies of #C10DC3
Complementary color
Monochromatic Colors of #C10DC3
Black with #C10DC3
Text Example
Text Example
White with #C10DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DC3; }
p { color: rgb(193,13,195); }
H1.HeaderClassName
{
color: #C10DC3;
}
.AnyTagClassName
{
color: #C10DC3;
}
</style>
background-color css
<style>
a { background-color: #C10DC3; }
a { background-color: rgb(193,13,195); }
div.DivClassName
{
background-color: #C10DC3;
}
.BgClassName
{
background-color: #C10DC3;
}
</style>
border-color css
<style>
span { border-color: #C10DC3; }
span { border-color: rgb(193,13,195); }
td.TdClassName
{
border-color: #C10DC3;
}
.TagClassName
{
border-color: #C10DC3;
}
</style>