Shades of Deep Magenta #C10DDE
Tints of Deep Magenta #C10DDE
RGB
CMYK
RGB Variations
Color information
#C10DDE (or 0xC10DDE) is known color: Deep Magenta. HEX triplet: C1, 0D and DE. RGB value is (193,13,222). Sum of RGB (Red+Green+Blue) = 193+13+222=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #C10DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DDE is #3EF221. Grayscale: #595959. Windows color (decimal): -4125218 or 14552513. OLE color: 14552513.
HSL color Cylindrical-coordinate representation of color #C10DDE: hue angle of 291.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DDE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 13 | 222 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.13 |
| HSL | 291.67º | 0.89% | 0.46% | - |
| HSV(B) | 291.67º | 0.94% | 0.87% | - |
| XYZ | 35.32 | 16.9 | 70.51 | - |
| YUV | 90.65 | 202.13 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 222 | 0.13 | 0.94 | 0 | 0.13 | 291.67 | 0.89 | 0.46 |
| Hex | C1 | D | DE | D | 5E | 0 | D | 124 | 59 | 2E |
| Octal | 301 | 15 | 336 | 15 | 136 | 0 | 15 | 444 | 131 | 56 |
| Binary | 11000001 | 1101 | 11011110 | 1101 | 1011110 | 0 | 1101 | 100100100 | 1011001 | 101110 |
Color Harmonies of #C10DDE
Complementary color
Monochromatic Colors of #C10DDE
Black with #C10DDE
Text Example
Text Example
White with #C10DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DDE; }
p { color: rgb(193,13,222); }
H1.HeaderClassName
{
color: #C10DDE;
}
.AnyTagClassName
{
color: #C10DDE;
}
</style>
background-color css
<style>
a { background-color: #C10DDE; }
a { background-color: rgb(193,13,222); }
div.DivClassName
{
background-color: #C10DDE;
}
.BgClassName
{
background-color: #C10DDE;
}
</style>
border-color css
<style>
span { border-color: #C10DDE; }
span { border-color: rgb(193,13,222); }
td.TdClassName
{
border-color: #C10DDE;
}
.TagClassName
{
border-color: #C10DDE;
}
</style>