Shades of Deep Magenta #C100DA
Tints of Deep Magenta #C100DA
RGB
CMYK
RGB Variations
Color information
#C100DA (or 0xC100DA) is known color: Deep Magenta. HEX triplet: C1, 00 and DA. RGB value is (193,0,218). Sum of RGB (Red+Green+Blue) = 193+0+218=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #C100DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100DA is #3EFF25. Grayscale: #515151. Windows color (decimal): -4128550 or 14287041. OLE color: 14287041.
HSL color Cylindrical-coordinate representation of color #C100DA: hue angle of 293.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100DA is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 0 | 218 | - |
| CMYK | 0.11 | 1 | 0 | 0.15 |
| HSL | 293.12º | 1% | 0.43% | - |
| HSV(B) | 293.12º | 1% | 0.85% | - |
| XYZ | 34.65 | 16.4 | 67.67 | - |
| YUV | 82.56 | 204.44 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 218 | 0.11 | 1 | 0 | 0.15 | 293.12 | 1 | 0.43 |
| Hex | C1 | 0 | DA | B | 64 | 0 | F | 125 | 64 | 2B |
| Octal | 301 | 0 | 332 | 13 | 144 | 0 | 17 | 445 | 144 | 53 |
| Binary | 11000001 | 0 | 11011010 | 1011 | 1100100 | 0 | 1111 | 100100101 | 1100100 | 101011 |
Color Harmonies of #C100DA
Complementary color
Monochromatic Colors of #C100DA
Black with #C100DA
Text Example
Text Example
White with #C100DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100DA; }
p { color: rgb(193,0,218); }
H1.HeaderClassName
{
color: #C100DA;
}
.AnyTagClassName
{
color: #C100DA;
}
</style>
background-color css
<style>
a { background-color: #C100DA; }
a { background-color: rgb(193,0,218); }
div.DivClassName
{
background-color: #C100DA;
}
.BgClassName
{
background-color: #C100DA;
}
</style>
border-color css
<style>
span { border-color: #C100DA; }
span { border-color: rgb(193,0,218); }
td.TdClassName
{
border-color: #C100DA;
}
.TagClassName
{
border-color: #C100DA;
}
</style>