Shades of Deep Magenta #C003CD
Tints of Deep Magenta #C003CD
RGB
CMYK
RGB Variations
Color information
#C003CD (or 0xC003CD) is known color: Deep Magenta. HEX triplet: C0, 03 and CD. RGB value is (192,3,205). Sum of RGB (Red+Green+Blue) = 192+3+205=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #C003CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003CD is #3FFC32. Grayscale: #515151. Windows color (decimal): -4193331 or 13435840. OLE color: 13435840.
HSL color Cylindrical-coordinate representation of color #C003CD: hue angle of 296.14º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003CD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 3 | 205 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.20 |
| HSL | 296.14º | 0.97% | 0.41% | - |
| HSV(B) | 296.14º | 0.99% | 0.8% | - |
| XYZ | 32.79 | 15.68 | 59.06 | - |
| YUV | 82.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 205 | 0.06 | 0.99 | 0 | 0.20 | 296.14 | 0.97 | 0.41 |
| Hex | C0 | 3 | CD | 6 | 63 | 0 | 14 | 128 | 61 | 29 |
| Octal | 300 | 3 | 315 | 6 | 143 | 0 | 24 | 450 | 141 | 51 |
| Binary | 11000000 | 11 | 11001101 | 110 | 1100011 | 0 | 10100 | 100101000 | 1100001 | 101001 |
Color Harmonies of #C003CD
Complementary color
Monochromatic Colors of #C003CD
Black with #C003CD
Text Example
Text Example
White with #C003CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003CD; }
p { color: rgb(192,3,205); }
H1.HeaderClassName
{
color: #C003CD;
}
.AnyTagClassName
{
color: #C003CD;
}
</style>
background-color css
<style>
a { background-color: #C003CD; }
a { background-color: rgb(192,3,205); }
div.DivClassName
{
background-color: #C003CD;
}
.BgClassName
{
background-color: #C003CD;
}
</style>
border-color css
<style>
span { border-color: #C003CD; }
span { border-color: rgb(192,3,205); }
td.TdClassName
{
border-color: #C003CD;
}
.TagClassName
{
border-color: #C003CD;
}
</style>