Shades of Deep Magenta #C102DA
Tints of Deep Magenta #C102DA
RGB
CMYK
RGB Variations
Color information
#C102DA (or 0xC102DA) is known color: Deep Magenta. HEX triplet: C1, 02 and DA. RGB value is (193,2,218). Sum of RGB (Red+Green+Blue) = 193+2+218=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #C102DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102DA is #3EFD25. Grayscale: #535353. Windows color (decimal): -4128038 or 14287553. OLE color: 14287553.
HSL color Cylindrical-coordinate representation of color #C102DA: hue angle of 293.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102DA is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 2 | 218 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.15 |
| HSL | 293.06º | 0.98% | 0.43% | - |
| HSV(B) | 293.06º | 0.99% | 0.85% | - |
| XYZ | 34.67 | 16.44 | 67.68 | - |
| YUV | 83.73 | 203.78 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 218 | 0.11 | 0.99 | 0 | 0.15 | 293.06 | 0.98 | 0.43 |
| Hex | C1 | 2 | DA | B | 63 | 0 | F | 125 | 62 | 2B |
| Octal | 301 | 2 | 332 | 13 | 143 | 0 | 17 | 445 | 142 | 53 |
| Binary | 11000001 | 10 | 11011010 | 1011 | 1100011 | 0 | 1111 | 100100101 | 1100010 | 101011 |
Color Harmonies of #C102DA
Complementary color
Monochromatic Colors of #C102DA
Black with #C102DA
Text Example
Text Example
White with #C102DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102DA; }
p { color: rgb(193,2,218); }
H1.HeaderClassName
{
color: #C102DA;
}
.AnyTagClassName
{
color: #C102DA;
}
</style>
background-color css
<style>
a { background-color: #C102DA; }
a { background-color: rgb(193,2,218); }
div.DivClassName
{
background-color: #C102DA;
}
.BgClassName
{
background-color: #C102DA;
}
</style>
border-color css
<style>
span { border-color: #C102DA; }
span { border-color: rgb(193,2,218); }
td.TdClassName
{
border-color: #C102DA;
}
.TagClassName
{
border-color: #C102DA;
}
</style>