Shades of Deep Magenta #C103B5
Tints of Deep Magenta #C103B5
RGB
CMYK
RGB Variations
Color information
#C103B5 (or 0xC103B5) is known color: Deep Magenta. HEX triplet: C1, 03 and B5. RGB value is (193,3,181). Sum of RGB (Red+Green+Blue) = 193+3+181=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C103B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103B5 is #3EFC4A. Grayscale: #4F4F4F. Windows color (decimal): -4127819 or 11862977. OLE color: 11862977.
HSL color Cylindrical-coordinate representation of color #C103B5: hue angle of 303.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C103B5 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 181 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.24 |
| HSL | 303.79º | 0.97% | 0.38% | - |
| HSV(B) | 303.79º | 0.98% | 0.76% | - |
| XYZ | 30.37 | 14.74 | 44.96 | - |
| YUV | 80.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 181 | 0 | 0.98 | 0.06 | 0.24 | 303.79 | 0.97 | 0.38 |
| Hex | C1 | 3 | B5 | 0 | 62 | 6 | 18 | 130 | 61 | 26 |
| Octal | 301 | 3 | 265 | 0 | 142 | 6 | 30 | 460 | 141 | 46 |
| Binary | 11000001 | 11 | 10110101 | 0 | 1100010 | 110 | 11000 | 100110000 | 1100001 | 100110 |
Color Harmonies of #C103B5
Complementary color
Monochromatic Colors of #C103B5
Black with #C103B5
Text Example
Text Example
White with #C103B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103B5; }
p { color: rgb(193,3,181); }
H1.HeaderClassName
{
color: #C103B5;
}
.AnyTagClassName
{
color: #C103B5;
}
</style>
background-color css
<style>
a { background-color: #C103B5; }
a { background-color: rgb(193,3,181); }
div.DivClassName
{
background-color: #C103B5;
}
.BgClassName
{
background-color: #C103B5;
}
</style>
border-color css
<style>
span { border-color: #C103B5; }
span { border-color: rgb(193,3,181); }
td.TdClassName
{
border-color: #C103B5;
}
.TagClassName
{
border-color: #C103B5;
}
</style>