Shades of Deep Magenta #C10BDE
Tints of Deep Magenta #C10BDE
RGB
CMYK
RGB Variations
Color information
#C10BDE (or 0xC10BDE) is known color: Deep Magenta. HEX triplet: C1, 0B and DE. RGB value is (193,11,222). Sum of RGB (Red+Green+Blue) = 193+11+222=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #C10BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BDE is #3EF421. Grayscale: #585858. Windows color (decimal): -4125730 or 14552001. OLE color: 14552001.
HSL color Cylindrical-coordinate representation of color #C10BDE: hue angle of 291.75º 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 #C10BDE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 11 | 222 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.75º | 0.91% | 0.46% | - |
| HSV(B) | 291.75º | 0.95% | 0.87% | - |
| XYZ | 35.3 | 16.85 | 70.5 | - |
| YUV | 89.47 | 202.8 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 222 | 0.13 | 0.95 | 0 | 0.13 | 291.75 | 0.91 | 0.46 |
| Hex | C1 | B | DE | D | 5F | 0 | D | 124 | 5B | 2E |
| Octal | 301 | 13 | 336 | 15 | 137 | 0 | 15 | 444 | 133 | 56 |
| Binary | 11000001 | 1011 | 11011110 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C10BDE
Complementary color
Monochromatic Colors of #C10BDE
Black with #C10BDE
Text Example
Text Example
White with #C10BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BDE; }
p { color: rgb(193,11,222); }
H1.HeaderClassName
{
color: #C10BDE;
}
.AnyTagClassName
{
color: #C10BDE;
}
</style>
background-color css
<style>
a { background-color: #C10BDE; }
a { background-color: rgb(193,11,222); }
div.DivClassName
{
background-color: #C10BDE;
}
.BgClassName
{
background-color: #C10BDE;
}
</style>
border-color css
<style>
span { border-color: #C10BDE; }
span { border-color: rgb(193,11,222); }
td.TdClassName
{
border-color: #C10BDE;
}
.TagClassName
{
border-color: #C10BDE;
}
</style>