Shades of Deep Magenta #C103B3
Tints of Deep Magenta #C103B3
RGB
CMYK
RGB Variations
Color information
#C103B3 (or 0xC103B3) is known color: Deep Magenta. HEX triplet: C1, 03 and B3. RGB value is (193,3,179). Sum of RGB (Red+Green+Blue) = 193+3+179=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C103B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103B3 is #3EFC4C. Grayscale: #4F4F4F. Windows color (decimal): -4127821 or 11731905. OLE color: 11731905.
HSL color Cylindrical-coordinate representation of color #C103B3: hue angle of 304.42º 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 #C103B3 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 179 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.24 |
| HSL | 304.42º | 0.97% | 0.38% | - |
| HSV(B) | 304.42º | 0.98% | 0.76% | - |
| XYZ | 30.16 | 14.66 | 43.89 | - |
| YUV | 79.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 179 | 0 | 0.98 | 0.07 | 0.24 | 304.42 | 0.97 | 0.38 |
| Hex | C1 | 3 | B3 | 0 | 62 | 7 | 18 | 130 | 61 | 26 |
| Octal | 301 | 3 | 263 | 0 | 142 | 7 | 30 | 460 | 141 | 46 |
| Binary | 11000001 | 11 | 10110011 | 0 | 1100010 | 111 | 11000 | 100110000 | 1100001 | 100110 |
Color Harmonies of #C103B3
Complementary color
Monochromatic Colors of #C103B3
Black with #C103B3
Text Example
Text Example
White with #C103B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103B3; }
p { color: rgb(193,3,179); }
H1.HeaderClassName
{
color: #C103B3;
}
.AnyTagClassName
{
color: #C103B3;
}
</style>
background-color css
<style>
a { background-color: #C103B3; }
a { background-color: rgb(193,3,179); }
div.DivClassName
{
background-color: #C103B3;
}
.BgClassName
{
background-color: #C103B3;
}
</style>
border-color css
<style>
span { border-color: #C103B3; }
span { border-color: rgb(193,3,179); }
td.TdClassName
{
border-color: #C103B3;
}
.TagClassName
{
border-color: #C103B3;
}
</style>