Shades of Hopbush #C363A0
Tints of Hopbush #C363A0
RGB
CMYK
RGB Variations
Color information
#C363A0 (or 0xC363A0) is known color: Hopbush. HEX triplet: C3, 63 and A0. RGB value is (195,99,160). Sum of RGB (Red+Green+Blue) = 195+99+160=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C363A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C363A0 is #3C9C5F. Grayscale: #868686. Windows color (decimal): -3972192 or 10511299. OLE color: 10511299.
HSL color Cylindrical-coordinate representation of color #C363A0: hue angle of 321.88º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C363A0 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 160 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.24 |
| HSL | 321.88º | 0.44% | 0.58% | - |
| HSV(B) | 321.88º | 0.49% | 0.76% | - |
| XYZ | 33.31 | 23.06 | 35.95 | - |
| YUV | 134.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 160 | 0 | 0.49 | 0.18 | 0.24 | 321.88 | 0.44 | 0.58 |
| Hex | C3 | 63 | A0 | 0 | 31 | 12 | 18 | 142 | 2C | 3A |
| Octal | 303 | 143 | 240 | 0 | 61 | 22 | 30 | 502 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10100000 | 0 | 110001 | 10010 | 11000 | 101000010 | 101100 | 111010 |
Color Harmonies of #C363A0
Complementary color
Monochromatic Colors of #C363A0
Black with #C363A0
Text Example
Text Example
White with #C363A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363A0; }
p { color: rgb(195,99,160); }
H1.HeaderClassName
{
color: #C363A0;
}
.AnyTagClassName
{
color: #C363A0;
}
</style>
background-color css
<style>
a { background-color: #C363A0; }
a { background-color: rgb(195,99,160); }
div.DivClassName
{
background-color: #C363A0;
}
.BgClassName
{
background-color: #C363A0;
}
</style>
border-color css
<style>
span { border-color: #C363A0; }
span { border-color: rgb(195,99,160); }
td.TdClassName
{
border-color: #C363A0;
}
.TagClassName
{
border-color: #C363A0;
}
</style>