Shades of Deep Magenta #C10BDF
Tints of Deep Magenta #C10BDF
RGB
CMYK
RGB Variations
Color information
#C10BDF (or 0xC10BDF) is known color: Deep Magenta. HEX triplet: C1, 0B and DF. RGB value is (193,11,223). Sum of RGB (Red+Green+Blue) = 193+11+223=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #C10BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BDF is #3EF420. Grayscale: #585858. Windows color (decimal): -4125729 or 14617537. OLE color: 14617537.
HSL color Cylindrical-coordinate representation of color #C10BDF: hue angle of 291.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BDF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 11 | 223 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.51º | 0.91% | 0.46% | - |
| HSV(B) | 291.51º | 0.95% | 0.87% | - |
| XYZ | 35.43 | 16.9 | 71.21 | - |
| YUV | 89.59 | 203.3 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 223 | 0.13 | 0.95 | 0 | 0.13 | 291.51 | 0.91 | 0.46 |
| Hex | C1 | B | DF | D | 5F | 0 | D | 124 | 5B | 2E |
| Octal | 301 | 13 | 337 | 15 | 137 | 0 | 15 | 444 | 133 | 56 |
| Binary | 11000001 | 1011 | 11011111 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C10BDF
Complementary color
Monochromatic Colors of #C10BDF
Black with #C10BDF
Text Example
Text Example
White with #C10BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BDF; }
p { color: rgb(193,11,223); }
H1.HeaderClassName
{
color: #C10BDF;
}
.AnyTagClassName
{
color: #C10BDF;
}
</style>
background-color css
<style>
a { background-color: #C10BDF; }
a { background-color: rgb(193,11,223); }
div.DivClassName
{
background-color: #C10BDF;
}
.BgClassName
{
background-color: #C10BDF;
}
</style>
border-color css
<style>
span { border-color: #C10BDF; }
span { border-color: rgb(193,11,223); }
td.TdClassName
{
border-color: #C10BDF;
}
.TagClassName
{
border-color: #C10BDF;
}
</style>