Shades of Deep Magenta #C10CDE
Tints of Deep Magenta #C10CDE
RGB
CMYK
RGB Variations
Color information
#C10CDE (or 0xC10CDE) is known color: Deep Magenta. HEX triplet: C1, 0C and DE. RGB value is (193,12,222). Sum of RGB (Red+Green+Blue) = 193+12+222=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #C10CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CDE is #3EF321. Grayscale: #595959. Windows color (decimal): -4125474 or 14552257. OLE color: 14552257.
HSL color Cylindrical-coordinate representation of color #C10CDE: hue angle of 291.71º degrees, saturation: 0.9, 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 #C10CDE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 12 | 222 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.71º | 0.9% | 0.46% | - |
| HSV(B) | 291.71º | 0.95% | 0.87% | - |
| XYZ | 35.31 | 16.87 | 70.5 | - |
| YUV | 90.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 222 | 0.13 | 0.95 | 0 | 0.13 | 291.71 | 0.9 | 0.46 |
| Hex | C1 | C | DE | D | 5F | 0 | D | 124 | 5A | 2E |
| Octal | 301 | 14 | 336 | 15 | 137 | 0 | 15 | 444 | 132 | 56 |
| Binary | 11000001 | 1100 | 11011110 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011010 | 101110 |
Color Harmonies of #C10CDE
Complementary color
Monochromatic Colors of #C10CDE
Black with #C10CDE
Text Example
Text Example
White with #C10CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CDE; }
p { color: rgb(193,12,222); }
H1.HeaderClassName
{
color: #C10CDE;
}
.AnyTagClassName
{
color: #C10CDE;
}
</style>
background-color css
<style>
a { background-color: #C10CDE; }
a { background-color: rgb(193,12,222); }
div.DivClassName
{
background-color: #C10CDE;
}
.BgClassName
{
background-color: #C10CDE;
}
</style>
border-color css
<style>
span { border-color: #C10CDE; }
span { border-color: rgb(193,12,222); }
td.TdClassName
{
border-color: #C10CDE;
}
.TagClassName
{
border-color: #C10CDE;
}
</style>