Shades of Deep Magenta #C008DA
Tints of Deep Magenta #C008DA
RGB
CMYK
RGB Variations
Color information
#C008DA (or 0xC008DA) is known color: Deep Magenta. HEX triplet: C0, 08 and DA. RGB value is (192,8,218). Sum of RGB (Red+Green+Blue) = 192+8+218=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #C008DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008DA is #3FF725. Grayscale: #565656. Windows color (decimal): -4192038 or 14289088. OLE color: 14289088.
HSL color Cylindrical-coordinate representation of color #C008DA: hue angle of 292.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008DA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 8 | 218 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.15 |
| HSL | 292.57º | 0.93% | 0.44% | - |
| HSV(B) | 292.57º | 0.96% | 0.85% | - |
| XYZ | 34.48 | 16.44 | 67.69 | - |
| YUV | 86.96 | 201.96 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 218 | 0.12 | 0.96 | 0 | 0.15 | 292.57 | 0.93 | 0.44 |
| Hex | C0 | 8 | DA | C | 60 | 0 | F | 125 | 5D | 2C |
| Octal | 300 | 10 | 332 | 14 | 140 | 0 | 17 | 445 | 135 | 54 |
| Binary | 11000000 | 1000 | 11011010 | 1100 | 1100000 | 0 | 1111 | 100100101 | 1011101 | 101100 |
Color Harmonies of #C008DA
Complementary color
Monochromatic Colors of #C008DA
Black with #C008DA
Text Example
Text Example
White with #C008DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008DA; }
p { color: rgb(192,8,218); }
H1.HeaderClassName
{
color: #C008DA;
}
.AnyTagClassName
{
color: #C008DA;
}
</style>
background-color css
<style>
a { background-color: #C008DA; }
a { background-color: rgb(192,8,218); }
div.DivClassName
{
background-color: #C008DA;
}
.BgClassName
{
background-color: #C008DA;
}
</style>
border-color css
<style>
span { border-color: #C008DA; }
span { border-color: rgb(192,8,218); }
td.TdClassName
{
border-color: #C008DA;
}
.TagClassName
{
border-color: #C008DA;
}
</style>