Shades of Deep Magenta #C005CC
Tints of Deep Magenta #C005CC
RGB
CMYK
RGB Variations
Color information
#C005CC (or 0xC005CC) is known color: Deep Magenta. HEX triplet: C0, 05 and CC. RGB value is (192,5,204). Sum of RGB (Red+Green+Blue) = 192+5+204=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #C005CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005CC is #3FFA33. Grayscale: #525252. Windows color (decimal): -4192820 or 13370816. OLE color: 13370816.
HSL color Cylindrical-coordinate representation of color #C005CC: hue angle of 296.38º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005CC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 5 | 204 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.2 |
| HSL | 296.38º | 0.95% | 0.41% | - |
| HSV(B) | 296.38º | 0.98% | 0.8% | - |
| XYZ | 32.69 | 15.67 | 58.43 | - |
| YUV | 83.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 204 | 0.06 | 0.98 | 0 | 0.2 | 296.38 | 0.95 | 0.41 |
| Hex | C0 | 5 | CC | 6 | 62 | 0 | 14 | 128 | 5F | 29 |
| Octal | 300 | 5 | 314 | 6 | 142 | 0 | 24 | 450 | 137 | 51 |
| Binary | 11000000 | 101 | 11001100 | 110 | 1100010 | 0 | 10100 | 100101000 | 1011111 | 101001 |
Color Harmonies of #C005CC
Complementary color
Monochromatic Colors of #C005CC
Black with #C005CC
Text Example
Text Example
White with #C005CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005CC; }
p { color: rgb(192,5,204); }
H1.HeaderClassName
{
color: #C005CC;
}
.AnyTagClassName
{
color: #C005CC;
}
</style>
background-color css
<style>
a { background-color: #C005CC; }
a { background-color: rgb(192,5,204); }
div.DivClassName
{
background-color: #C005CC;
}
.BgClassName
{
background-color: #C005CC;
}
</style>
border-color css
<style>
span { border-color: #C005CC; }
span { border-color: rgb(192,5,204); }
td.TdClassName
{
border-color: #C005CC;
}
.TagClassName
{
border-color: #C005CC;
}
</style>