Shades of Deep Magenta #C008CD
Tints of Deep Magenta #C008CD
RGB
CMYK
RGB Variations
Color information
#C008CD (or 0xC008CD) is known color: Deep Magenta. HEX triplet: C0, 08 and CD. RGB value is (192,8,205). Sum of RGB (Red+Green+Blue) = 192+8+205=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C008CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008CD is #3FF732. Grayscale: #545454. Windows color (decimal): -4192051 or 13437120. OLE color: 13437120.
HSL color Cylindrical-coordinate representation of color #C008CD: hue angle of 296.04º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008CD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 8 | 205 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.20 |
| HSL | 296.04º | 0.92% | 0.42% | - |
| HSV(B) | 296.04º | 0.96% | 0.8% | - |
| XYZ | 32.84 | 15.79 | 59.07 | - |
| YUV | 85.47 | 195.46 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 205 | 0.06 | 0.96 | 0 | 0.20 | 296.04 | 0.92 | 0.42 |
| Hex | C0 | 8 | CD | 6 | 60 | 0 | 14 | 128 | 5C | 2A |
| Octal | 300 | 10 | 315 | 6 | 140 | 0 | 24 | 450 | 134 | 52 |
| Binary | 11000000 | 1000 | 11001101 | 110 | 1100000 | 0 | 10100 | 100101000 | 1011100 | 101010 |
Color Harmonies of #C008CD
Complementary color
Monochromatic Colors of #C008CD
Black with #C008CD
Text Example
Text Example
White with #C008CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008CD; }
p { color: rgb(192,8,205); }
H1.HeaderClassName
{
color: #C008CD;
}
.AnyTagClassName
{
color: #C008CD;
}
</style>
background-color css
<style>
a { background-color: #C008CD; }
a { background-color: rgb(192,8,205); }
div.DivClassName
{
background-color: #C008CD;
}
.BgClassName
{
background-color: #C008CD;
}
</style>
border-color css
<style>
span { border-color: #C008CD; }
span { border-color: rgb(192,8,205); }
td.TdClassName
{
border-color: #C008CD;
}
.TagClassName
{
border-color: #C008CD;
}
</style>