Shades of Deep Magenta #C102DE
Tints of Deep Magenta #C102DE
RGB
CMYK
RGB Variations
Color information
#C102DE (or 0xC102DE) is known color: Deep Magenta. HEX triplet: C1, 02 and DE. RGB value is (193,2,222). Sum of RGB (Red+Green+Blue) = 193+2+222=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #C102DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102DE is #3EFD21. Grayscale: #535353. Windows color (decimal): -4128034 or 14549697. OLE color: 14549697.
HSL color Cylindrical-coordinate representation of color #C102DE: hue angle of 292.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102DE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 2 | 222 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.13 |
| HSL | 292.09º | 0.98% | 0.44% | - |
| HSV(B) | 292.09º | 0.99% | 0.87% | - |
| XYZ | 35.2 | 16.65 | 70.47 | - |
| YUV | 84.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 222 | 0.13 | 0.99 | 0 | 0.13 | 292.09 | 0.98 | 0.44 |
| Hex | C1 | 2 | DE | D | 63 | 0 | D | 124 | 62 | 2C |
| Octal | 301 | 2 | 336 | 15 | 143 | 0 | 15 | 444 | 142 | 54 |
| Binary | 11000001 | 10 | 11011110 | 1101 | 1100011 | 0 | 1101 | 100100100 | 1100010 | 101100 |
Color Harmonies of #C102DE
Complementary color
Monochromatic Colors of #C102DE
Black with #C102DE
Text Example
Text Example
White with #C102DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102DE; }
p { color: rgb(193,2,222); }
H1.HeaderClassName
{
color: #C102DE;
}
.AnyTagClassName
{
color: #C102DE;
}
</style>
background-color css
<style>
a { background-color: #C102DE; }
a { background-color: rgb(193,2,222); }
div.DivClassName
{
background-color: #C102DE;
}
.BgClassName
{
background-color: #C102DE;
}
</style>
border-color css
<style>
span { border-color: #C102DE; }
span { border-color: rgb(193,2,222); }
td.TdClassName
{
border-color: #C102DE;
}
.TagClassName
{
border-color: #C102DE;
}
</style>