Shades of Deep Magenta #C10DDB
Tints of Deep Magenta #C10DDB
RGB
CMYK
RGB Variations
Color information
#C10DDB (or 0xC10DDB) is known color: Deep Magenta. HEX triplet: C1, 0D and DB. RGB value is (193,13,219). Sum of RGB (Red+Green+Blue) = 193+13+219=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C10DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DDB is #3EF224. Grayscale: #595959. Windows color (decimal): -4125221 or 14355905. OLE color: 14355905.
HSL color Cylindrical-coordinate representation of color #C10DDB: hue angle of 292.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DDB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 13 | 219 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.14 |
| HSL | 292.43º | 0.89% | 0.45% | - |
| HSV(B) | 292.43º | 0.94% | 0.86% | - |
| XYZ | 34.92 | 16.74 | 68.41 | - |
| YUV | 90.3 | 200.63 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 219 | 0.12 | 0.94 | 0 | 0.14 | 292.43 | 0.89 | 0.45 |
| Hex | C1 | D | DB | C | 5E | 0 | E | 124 | 59 | 2D |
| Octal | 301 | 15 | 333 | 14 | 136 | 0 | 16 | 444 | 131 | 55 |
| Binary | 11000001 | 1101 | 11011011 | 1100 | 1011110 | 0 | 1110 | 100100100 | 1011001 | 101101 |
Color Harmonies of #C10DDB
Complementary color
Monochromatic Colors of #C10DDB
Black with #C10DDB
Text Example
Text Example
White with #C10DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DDB; }
p { color: rgb(193,13,219); }
H1.HeaderClassName
{
color: #C10DDB;
}
.AnyTagClassName
{
color: #C10DDB;
}
</style>
background-color css
<style>
a { background-color: #C10DDB; }
a { background-color: rgb(193,13,219); }
div.DivClassName
{
background-color: #C10DDB;
}
.BgClassName
{
background-color: #C10DDB;
}
</style>
border-color css
<style>
span { border-color: #C10DDB; }
span { border-color: rgb(193,13,219); }
td.TdClassName
{
border-color: #C10DDB;
}
.TagClassName
{
border-color: #C10DDB;
}
</style>