Shades of Deep Magenta #C016B3
Tints of Deep Magenta #C016B3
RGB
CMYK
RGB Variations
Color information
#C016B3 (or 0xC016B3) is known color: Deep Magenta. HEX triplet: C0, 16 and B3. RGB value is (192,22,179). Sum of RGB (Red+Green+Blue) = 192+22+179=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C016B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016B3 is #3FE94C. Grayscale: #5A5A5A. Windows color (decimal): -4188493 or 11736768. OLE color: 11736768.
HSL color Cylindrical-coordinate representation of color #C016B3: hue angle of 304.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016B3 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 179 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.25 |
| HSL | 304.59º | 0.79% | 0.42% | - |
| HSV(B) | 304.59º | 0.89% | 0.75% | - |
| XYZ | 30.16 | 15.03 | 43.96 | - |
| YUV | 90.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 179 | 0 | 0.89 | 0.07 | 0.25 | 304.59 | 0.79 | 0.42 |
| Hex | C0 | 16 | B3 | 0 | 59 | 7 | 19 | 131 | 4F | 2A |
| Octal | 300 | 26 | 263 | 0 | 131 | 7 | 31 | 461 | 117 | 52 |
| Binary | 11000000 | 10110 | 10110011 | 0 | 1011001 | 111 | 11001 | 100110001 | 1001111 | 101010 |
Color Harmonies of #C016B3
Complementary color
Monochromatic Colors of #C016B3
Black with #C016B3
Text Example
Text Example
White with #C016B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016B3; }
p { color: rgb(192,22,179); }
H1.HeaderClassName
{
color: #C016B3;
}
.AnyTagClassName
{
color: #C016B3;
}
</style>
background-color css
<style>
a { background-color: #C016B3; }
a { background-color: rgb(192,22,179); }
div.DivClassName
{
background-color: #C016B3;
}
.BgClassName
{
background-color: #C016B3;
}
</style>
border-color css
<style>
span { border-color: #C016B3; }
span { border-color: rgb(192,22,179); }
td.TdClassName
{
border-color: #C016B3;
}
.TagClassName
{
border-color: #C016B3;
}
</style>