Shades of Hopbush #C361A3
Tints of Hopbush #C361A3
RGB
CMYK
RGB Variations
Color information
#C361A3 (or 0xC361A3) is known color: Hopbush. HEX triplet: C3, 61 and A3. RGB value is (195,97,163). Sum of RGB (Red+Green+Blue) = 195+97+163=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C361A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C361A3 is #3C9E5C. Grayscale: #858585. Windows color (decimal): -3972701 or 10707395. OLE color: 10707395.
HSL color Cylindrical-coordinate representation of color #C361A3: hue angle of 319.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C361A3 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 163 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.24 |
| HSL | 319.59º | 0.45% | 0.57% | - |
| HSV(B) | 319.59º | 0.5% | 0.76% | - |
| XYZ | 33.39 | 22.8 | 37.29 | - |
| YUV | 133.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 163 | 0 | 0.50 | 0.16 | 0.24 | 319.59 | 0.45 | 0.57 |
| Hex | C3 | 61 | A3 | 0 | 32 | 10 | 18 | 140 | 2D | 39 |
| Octal | 303 | 141 | 243 | 0 | 62 | 20 | 30 | 500 | 55 | 71 |
| Binary | 11000011 | 1100001 | 10100011 | 0 | 110010 | 10000 | 11000 | 101000000 | 101101 | 111001 |
Color Harmonies of #C361A3
Complementary color
Monochromatic Colors of #C361A3
Black with #C361A3
Text Example
Text Example
White with #C361A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361A3; }
p { color: rgb(195,97,163); }
H1.HeaderClassName
{
color: #C361A3;
}
.AnyTagClassName
{
color: #C361A3;
}
</style>
background-color css
<style>
a { background-color: #C361A3; }
a { background-color: rgb(195,97,163); }
div.DivClassName
{
background-color: #C361A3;
}
.BgClassName
{
background-color: #C361A3;
}
</style>
border-color css
<style>
span { border-color: #C361A3; }
span { border-color: rgb(195,97,163); }
td.TdClassName
{
border-color: #C361A3;
}
.TagClassName
{
border-color: #C361A3;
}
</style>