Shades of Deep Magenta #C005C4
Tints of Deep Magenta #C005C4
RGB
CMYK
RGB Variations
Color information
#C005C4 (or 0xC005C4) is known color: Deep Magenta. HEX triplet: C0, 05 and C4. RGB value is (192,5,196). Sum of RGB (Red+Green+Blue) = 192+5+196=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #C005C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005C4 is #3FFA3B. Grayscale: #525252. Windows color (decimal): -4192828 or 12846528. OLE color: 12846528.
HSL color Cylindrical-coordinate representation of color #C005C4: hue angle of 298.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C005C4 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 5 | 196 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.23 |
| HSL | 298.74º | 0.95% | 0.39% | - |
| HSV(B) | 298.74º | 0.97% | 0.77% | - |
| XYZ | 31.76 | 15.3 | 53.5 | - |
| YUV | 82.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 196 | 0.02 | 0.97 | 0 | 0.23 | 298.74 | 0.95 | 0.39 |
| Hex | C0 | 5 | C4 | 2 | 61 | 0 | 17 | 12B | 5F | 27 |
| Octal | 300 | 5 | 304 | 2 | 141 | 0 | 27 | 453 | 137 | 47 |
| Binary | 11000000 | 101 | 11000100 | 10 | 1100001 | 0 | 10111 | 100101011 | 1011111 | 100111 |
Color Harmonies of #C005C4
Complementary color
Monochromatic Colors of #C005C4
Black with #C005C4
Text Example
Text Example
White with #C005C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005C4; }
p { color: rgb(192,5,196); }
H1.HeaderClassName
{
color: #C005C4;
}
.AnyTagClassName
{
color: #C005C4;
}
</style>
background-color css
<style>
a { background-color: #C005C4; }
a { background-color: rgb(192,5,196); }
div.DivClassName
{
background-color: #C005C4;
}
.BgClassName
{
background-color: #C005C4;
}
</style>
border-color css
<style>
span { border-color: #C005C4; }
span { border-color: rgb(192,5,196); }
td.TdClassName
{
border-color: #C005C4;
}
.TagClassName
{
border-color: #C005C4;
}
</style>