Shades of Deep Magenta #C10CDD
Tints of Deep Magenta #C10CDD
RGB
CMYK
RGB Variations
Color information
#C10CDD (or 0xC10CDD) is known color: Deep Magenta. HEX triplet: C1, 0C and DD. RGB value is (193,12,221). Sum of RGB (Red+Green+Blue) = 193+12+221=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #C10CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CDD is #3EF322. Grayscale: #595959. Windows color (decimal): -4125475 or 14486721. OLE color: 14486721.
HSL color Cylindrical-coordinate representation of color #C10CDD: hue angle of 291.96º 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 #C10CDD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 12 | 221 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.96º | 0.9% | 0.46% | - |
| HSV(B) | 291.96º | 0.95% | 0.87% | - |
| XYZ | 35.17 | 16.82 | 69.8 | - |
| YUV | 89.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 221 | 0.13 | 0.95 | 0 | 0.13 | 291.96 | 0.9 | 0.46 |
| Hex | C1 | C | DD | D | 5F | 0 | D | 124 | 5A | 2E |
| Octal | 301 | 14 | 335 | 15 | 137 | 0 | 15 | 444 | 132 | 56 |
| Binary | 11000001 | 1100 | 11011101 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011010 | 101110 |
Color Harmonies of #C10CDD
Complementary color
Monochromatic Colors of #C10CDD
Black with #C10CDD
Text Example
Text Example
White with #C10CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CDD; }
p { color: rgb(193,12,221); }
H1.HeaderClassName
{
color: #C10CDD;
}
.AnyTagClassName
{
color: #C10CDD;
}
</style>
background-color css
<style>
a { background-color: #C10CDD; }
a { background-color: rgb(193,12,221); }
div.DivClassName
{
background-color: #C10CDD;
}
.BgClassName
{
background-color: #C10CDD;
}
</style>
border-color css
<style>
span { border-color: #C10CDD; }
span { border-color: rgb(193,12,221); }
td.TdClassName
{
border-color: #C10CDD;
}
.TagClassName
{
border-color: #C10CDD;
}
</style>