Shades of Deep Magenta #C103DF
Tints of Deep Magenta #C103DF
RGB
CMYK
RGB Variations
Color information
#C103DF (or 0xC103DF) is known color: Deep Magenta. HEX triplet: C1, 03 and DF. RGB value is (193,3,223). Sum of RGB (Red+Green+Blue) = 193+3+223=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #C103DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103DF is #3EFC20. Grayscale: #545454. Windows color (decimal): -4127777 or 14615489. OLE color: 14615489.
HSL color Cylindrical-coordinate representation of color #C103DF: hue angle of 291.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103DF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 3 | 223 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.13 |
| HSL | 291.82º | 0.97% | 0.44% | - |
| HSV(B) | 291.82º | 0.99% | 0.87% | - |
| XYZ | 35.34 | 16.73 | 71.18 | - |
| YUV | 84.89 | 205.95 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 223 | 0.13 | 0.99 | 0 | 0.13 | 291.82 | 0.97 | 0.44 |
| Hex | C1 | 3 | DF | D | 63 | 0 | D | 124 | 61 | 2C |
| Octal | 301 | 3 | 337 | 15 | 143 | 0 | 15 | 444 | 141 | 54 |
| Binary | 11000001 | 11 | 11011111 | 1101 | 1100011 | 0 | 1101 | 100100100 | 1100001 | 101100 |
Color Harmonies of #C103DF
Complementary color
Monochromatic Colors of #C103DF
Black with #C103DF
Text Example
Text Example
White with #C103DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103DF; }
p { color: rgb(193,3,223); }
H1.HeaderClassName
{
color: #C103DF;
}
.AnyTagClassName
{
color: #C103DF;
}
</style>
background-color css
<style>
a { background-color: #C103DF; }
a { background-color: rgb(193,3,223); }
div.DivClassName
{
background-color: #C103DF;
}
.BgClassName
{
background-color: #C103DF;
}
</style>
border-color css
<style>
span { border-color: #C103DF; }
span { border-color: rgb(193,3,223); }
td.TdClassName
{
border-color: #C103DF;
}
.TagClassName
{
border-color: #C103DF;
}
</style>