Shades of Hopbush #C370A3
Tints of Hopbush #C370A3
RGB
CMYK
RGB Variations
Color information
#C370A3 (or 0xC370A3) is known color: Hopbush. HEX triplet: C3, 70 and A3. RGB value is (195,112,163). Sum of RGB (Red+Green+Blue) = 195+112+163=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A3 is #3C8F5C. Grayscale: #8E8E8E. Windows color (decimal): -3968861 or 10711235. OLE color: 10711235.
HSL color Cylindrical-coordinate representation of color #C370A3: hue angle of 323.13º 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 #C370A3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 163 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.24 |
| HSL | 323.13º | 0.41% | 0.6% | - |
| HSV(B) | 323.13º | 0.43% | 0.76% | - |
| XYZ | 34.91 | 25.83 | 37.8 | - |
| YUV | 142.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 163 | 0 | 0.43 | 0.16 | 0.24 | 323.13 | 0.41 | 0.6 |
| Hex | C3 | 70 | A3 | 0 | 2B | 10 | 18 | 143 | 29 | 3C |
| Octal | 303 | 160 | 243 | 0 | 53 | 20 | 30 | 503 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10100011 | 0 | 101011 | 10000 | 11000 | 101000011 | 101001 | 111100 |
Color Harmonies of #C370A3
Complementary color
Monochromatic Colors of #C370A3
Black with #C370A3
Text Example
Text Example
White with #C370A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370A3; }
p { color: rgb(195,112,163); }
H1.HeaderClassName
{
color: #C370A3;
}
.AnyTagClassName
{
color: #C370A3;
}
</style>
background-color css
<style>
a { background-color: #C370A3; }
a { background-color: rgb(195,112,163); }
div.DivClassName
{
background-color: #C370A3;
}
.BgClassName
{
background-color: #C370A3;
}
</style>
border-color css
<style>
span { border-color: #C370A3; }
span { border-color: rgb(195,112,163); }
td.TdClassName
{
border-color: #C370A3;
}
.TagClassName
{
border-color: #C370A3;
}
</style>