Shades of Deep Magenta #C00DC4
Tints of Deep Magenta #C00DC4
RGB
CMYK
RGB Variations
Color information
#C00DC4 (or 0xC00DC4) is known color: Deep Magenta. HEX triplet: C0, 0D and C4. RGB value is (192,13,196). Sum of RGB (Red+Green+Blue) = 192+13+196=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #C00DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DC4 is #3FF23B. Grayscale: #565656. Windows color (decimal): -4190780 or 12848576. OLE color: 12848576.
HSL color Cylindrical-coordinate representation of color #C00DC4: hue angle of 298.69º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DC4 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 13 | 196 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.23 |
| HSL | 298.69º | 0.88% | 0.41% | - |
| HSV(B) | 298.69º | 0.93% | 0.77% | - |
| XYZ | 31.85 | 15.48 | 53.53 | - |
| YUV | 87.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 196 | 0.02 | 0.93 | 0 | 0.23 | 298.69 | 0.88 | 0.41 |
| Hex | C0 | D | C4 | 2 | 5D | 0 | 17 | 12B | 58 | 29 |
| Octal | 300 | 15 | 304 | 2 | 135 | 0 | 27 | 453 | 130 | 51 |
| Binary | 11000000 | 1101 | 11000100 | 10 | 1011101 | 0 | 10111 | 100101011 | 1011000 | 101001 |
Color Harmonies of #C00DC4
Complementary color
Monochromatic Colors of #C00DC4
Black with #C00DC4
Text Example
Text Example
White with #C00DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DC4; }
p { color: rgb(192,13,196); }
H1.HeaderClassName
{
color: #C00DC4;
}
.AnyTagClassName
{
color: #C00DC4;
}
</style>
background-color css
<style>
a { background-color: #C00DC4; }
a { background-color: rgb(192,13,196); }
div.DivClassName
{
background-color: #C00DC4;
}
.BgClassName
{
background-color: #C00DC4;
}
</style>
border-color css
<style>
span { border-color: #C00DC4; }
span { border-color: rgb(192,13,196); }
td.TdClassName
{
border-color: #C00DC4;
}
.TagClassName
{
border-color: #C00DC4;
}
</style>