Shades of Deep Magenta #C005B2
Tints of Deep Magenta #C005B2
RGB
CMYK
RGB Variations
Color information
#C005B2 (or 0xC005B2) is known color: Deep Magenta. HEX triplet: C0, 05 and B2. RGB value is (192,5,178). Sum of RGB (Red+Green+Blue) = 192+5+178=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C005B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C005B2 is #3FFA4D. Grayscale: #505050. Windows color (decimal): -4192846 or 11666880. OLE color: 11666880.
HSL color Cylindrical-coordinate representation of color #C005B2: hue angle of 304.49º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C005B2 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 178 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.25 |
| HSL | 304.49º | 0.95% | 0.39% | - |
| HSV(B) | 304.49º | 0.97% | 0.75% | - |
| XYZ | 29.83 | 14.53 | 43.35 | - |
| YUV | 80.64 | 182.95 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 178 | 0 | 0.97 | 0.07 | 0.25 | 304.49 | 0.95 | 0.39 |
| Hex | C0 | 5 | B2 | 0 | 61 | 7 | 19 | 130 | 5F | 27 |
| Octal | 300 | 5 | 262 | 0 | 141 | 7 | 31 | 460 | 137 | 47 |
| Binary | 11000000 | 101 | 10110010 | 0 | 1100001 | 111 | 11001 | 100110000 | 1011111 | 100111 |
Color Harmonies of #C005B2
Complementary color
Monochromatic Colors of #C005B2
Black with #C005B2
Text Example
Text Example
White with #C005B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005B2; }
p { color: rgb(192,5,178); }
H1.HeaderClassName
{
color: #C005B2;
}
.AnyTagClassName
{
color: #C005B2;
}
</style>
background-color css
<style>
a { background-color: #C005B2; }
a { background-color: rgb(192,5,178); }
div.DivClassName
{
background-color: #C005B2;
}
.BgClassName
{
background-color: #C005B2;
}
</style>
border-color css
<style>
span { border-color: #C005B2; }
span { border-color: rgb(192,5,178); }
td.TdClassName
{
border-color: #C005B2;
}
.TagClassName
{
border-color: #C005B2;
}
</style>