Shades of Deep Magenta #C105BD
Tints of Deep Magenta #C105BD
RGB
CMYK
RGB Variations
Color information
#C105BD (or 0xC105BD) is known color: Deep Magenta. HEX triplet: C1, 05 and BD. RGB value is (193,5,189). Sum of RGB (Red+Green+Blue) = 193+5+189=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C105BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105BD is #3EFA42. Grayscale: #515151. Windows color (decimal): -4127299 or 12387777. OLE color: 12387777.
HSL color Cylindrical-coordinate representation of color #C105BD: hue angle of 301.28º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C105BD is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 189 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.24 |
| HSL | 301.28º | 0.95% | 0.39% | - |
| HSV(B) | 301.28º | 0.97% | 0.76% | - |
| XYZ | 31.23 | 15.12 | 49.42 | - |
| YUV | 82.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 189 | 0 | 0.97 | 0.02 | 0.24 | 301.28 | 0.95 | 0.39 |
| Hex | C1 | 5 | BD | 0 | 61 | 2 | 18 | 12D | 5F | 27 |
| Octal | 301 | 5 | 275 | 0 | 141 | 2 | 30 | 455 | 137 | 47 |
| Binary | 11000001 | 101 | 10111101 | 0 | 1100001 | 10 | 11000 | 100101101 | 1011111 | 100111 |
Color Harmonies of #C105BD
Complementary color
Monochromatic Colors of #C105BD
Black with #C105BD
Text Example
Text Example
White with #C105BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105BD; }
p { color: rgb(193,5,189); }
H1.HeaderClassName
{
color: #C105BD;
}
.AnyTagClassName
{
color: #C105BD;
}
</style>
background-color css
<style>
a { background-color: #C105BD; }
a { background-color: rgb(193,5,189); }
div.DivClassName
{
background-color: #C105BD;
}
.BgClassName
{
background-color: #C105BD;
}
</style>
border-color css
<style>
span { border-color: #C105BD; }
span { border-color: rgb(193,5,189); }
td.TdClassName
{
border-color: #C105BD;
}
.TagClassName
{
border-color: #C105BD;
}
</style>