Shades of Deep Magenta #C10CD8
Tints of Deep Magenta #C10CD8
RGB
CMYK
RGB Variations
Color information
#C10CD8 (or 0xC10CD8) is known color: Deep Magenta. HEX triplet: C1, 0C and D8. RGB value is (193,12,216). Sum of RGB (Red+Green+Blue) = 193+12+216=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #C10CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CD8 is #3EF327. Grayscale: #585858. Windows color (decimal): -4125480 or 14159041. OLE color: 14159041.
HSL color Cylindrical-coordinate representation of color #C10CD8: hue angle of 293.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CD8 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 12 | 216 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.15 |
| HSL | 293.24º | 0.89% | 0.45% | - |
| HSV(B) | 293.24º | 0.94% | 0.85% | - |
| XYZ | 34.52 | 16.56 | 66.34 | - |
| YUV | 89.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 216 | 0.11 | 0.94 | 0 | 0.15 | 293.24 | 0.89 | 0.45 |
| Hex | C1 | C | D8 | B | 5E | 0 | F | 125 | 59 | 2D |
| Octal | 301 | 14 | 330 | 13 | 136 | 0 | 17 | 445 | 131 | 55 |
| Binary | 11000001 | 1100 | 11011000 | 1011 | 1011110 | 0 | 1111 | 100100101 | 1011001 | 101101 |
Color Harmonies of #C10CD8
Complementary color
Monochromatic Colors of #C10CD8
Black with #C10CD8
Text Example
Text Example
White with #C10CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CD8; }
p { color: rgb(193,12,216); }
H1.HeaderClassName
{
color: #C10CD8;
}
.AnyTagClassName
{
color: #C10CD8;
}
</style>
background-color css
<style>
a { background-color: #C10CD8; }
a { background-color: rgb(193,12,216); }
div.DivClassName
{
background-color: #C10CD8;
}
.BgClassName
{
background-color: #C10CD8;
}
</style>
border-color css
<style>
span { border-color: #C10CD8; }
span { border-color: rgb(193,12,216); }
td.TdClassName
{
border-color: #C10CD8;
}
.TagClassName
{
border-color: #C10CD8;
}
</style>