Shades of Hopbush #C063A1
Tints of Hopbush #C063A1
RGB
CMYK
RGB Variations
Color information
#C063A1 (or 0xC063A1) is known color: Hopbush. HEX triplet: C0, 63 and A1. RGB value is (192,99,161). Sum of RGB (Red+Green+Blue) = 192+99+161=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C063A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063A1 is #3F9C5E. Grayscale: #858585. Windows color (decimal): -4168799 or 10576832. OLE color: 10576832.
HSL color Cylindrical-coordinate representation of color #C063A1: hue angle of 320º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C063A1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 161 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.25 |
| HSL | 320º | 0.42% | 0.57% | - |
| HSV(B) | 320º | 0.48% | 0.75% | - |
| XYZ | 32.63 | 22.7 | 36.38 | - |
| YUV | 133.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 161 | 0 | 0.48 | 0.16 | 0.25 | 320 | 0.42 | 0.57 |
| Hex | C0 | 63 | A1 | 0 | 30 | 10 | 19 | 140 | 2A | 39 |
| Octal | 300 | 143 | 241 | 0 | 60 | 20 | 31 | 500 | 52 | 71 |
| Binary | 11000000 | 1100011 | 10100001 | 0 | 110000 | 10000 | 11001 | 101000000 | 101010 | 111001 |
Color Harmonies of #C063A1
Complementary color
Monochromatic Colors of #C063A1
Black with #C063A1
Text Example
Text Example
White with #C063A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063A1; }
p { color: rgb(192,99,161); }
H1.HeaderClassName
{
color: #C063A1;
}
.AnyTagClassName
{
color: #C063A1;
}
</style>
background-color css
<style>
a { background-color: #C063A1; }
a { background-color: rgb(192,99,161); }
div.DivClassName
{
background-color: #C063A1;
}
.BgClassName
{
background-color: #C063A1;
}
</style>
border-color css
<style>
span { border-color: #C063A1; }
span { border-color: rgb(192,99,161); }
td.TdClassName
{
border-color: #C063A1;
}
.TagClassName
{
border-color: #C063A1;
}
</style>