Shades of Hopbush #C370A1
Tints of Hopbush #C370A1
RGB
CMYK
RGB Variations
Color information
#C370A1 (or 0xC370A1) is known color: Hopbush. HEX triplet: C3, 70 and A1. RGB value is (195,112,161). Sum of RGB (Red+Green+Blue) = 195+112+161=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A1 is #3C8F5E. Grayscale: #8E8E8E. Windows color (decimal): -3968863 or 10580163. OLE color: 10580163.
HSL color Cylindrical-coordinate representation of color #C370A1: hue angle of 324.58º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370A1 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 161 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.24 |
| HSL | 324.58º | 0.41% | 0.6% | - |
| HSV(B) | 324.58º | 0.43% | 0.76% | - |
| XYZ | 34.73 | 25.76 | 36.86 | - |
| YUV | 142.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 161 | 0 | 0.43 | 0.17 | 0.24 | 324.58 | 0.41 | 0.6 |
| Hex | C3 | 70 | A1 | 0 | 2B | 11 | 18 | 145 | 29 | 3C |
| Octal | 303 | 160 | 241 | 0 | 53 | 21 | 30 | 505 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10100001 | 0 | 101011 | 10001 | 11000 | 101000101 | 101001 | 111100 |
Color Harmonies of #C370A1
Complementary color
Monochromatic Colors of #C370A1
Black with #C370A1
Text Example
Text Example
White with #C370A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370A1; }
p { color: rgb(195,112,161); }
H1.HeaderClassName
{
color: #C370A1;
}
.AnyTagClassName
{
color: #C370A1;
}
</style>
background-color css
<style>
a { background-color: #C370A1; }
a { background-color: rgb(195,112,161); }
div.DivClassName
{
background-color: #C370A1;
}
.BgClassName
{
background-color: #C370A1;
}
</style>
border-color css
<style>
span { border-color: #C370A1; }
span { border-color: rgb(195,112,161); }
td.TdClassName
{
border-color: #C370A1;
}
.TagClassName
{
border-color: #C370A1;
}
</style>