Shades of Deep Magenta #C005B6
Tints of Deep Magenta #C005B6
RGB
CMYK
RGB Variations
Color information
#C005B6 (or 0xC005B6) is known color: Deep Magenta. HEX triplet: C0, 05 and B6. RGB value is (192,5,182). Sum of RGB (Red+Green+Blue) = 192+5+182=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C005B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005B6 is #3FFA49. Grayscale: #505050. Windows color (decimal): -4192842 or 11929024. OLE color: 11929024.
HSL color Cylindrical-coordinate representation of color #C005B6: hue angle of 303.21º 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 #C005B6 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 182 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.25 |
| HSL | 303.21º | 0.95% | 0.39% | - |
| HSV(B) | 303.21º | 0.97% | 0.75% | - |
| XYZ | 30.24 | 14.69 | 45.5 | - |
| YUV | 81.09 | 184.95 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 182 | 0 | 0.97 | 0.05 | 0.25 | 303.21 | 0.95 | 0.39 |
| Hex | C0 | 5 | B6 | 0 | 61 | 5 | 19 | 12F | 5F | 27 |
| Octal | 300 | 5 | 266 | 0 | 141 | 5 | 31 | 457 | 137 | 47 |
| Binary | 11000000 | 101 | 10110110 | 0 | 1100001 | 101 | 11001 | 100101111 | 1011111 | 100111 |
Color Harmonies of #C005B6
Complementary color
Monochromatic Colors of #C005B6
Black with #C005B6
Text Example
Text Example
White with #C005B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005B6; }
p { color: rgb(192,5,182); }
H1.HeaderClassName
{
color: #C005B6;
}
.AnyTagClassName
{
color: #C005B6;
}
</style>
background-color css
<style>
a { background-color: #C005B6; }
a { background-color: rgb(192,5,182); }
div.DivClassName
{
background-color: #C005B6;
}
.BgClassName
{
background-color: #C005B6;
}
</style>
border-color css
<style>
span { border-color: #C005B6; }
span { border-color: rgb(192,5,182); }
td.TdClassName
{
border-color: #C005B6;
}
.TagClassName
{
border-color: #C005B6;
}
</style>