Shades of Hopbush #C95FA1
Tints of Hopbush #C95FA1
RGB
CMYK
RGB Variations
Color information
#C95FA1 (or 0xC95FA1) is known color: Hopbush. HEX triplet: C9, 5F and A1. RGB value is (201,95,161). Sum of RGB (Red+Green+Blue) = 201+95+161=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95FA1 is #36A05E. Grayscale: #868686. Windows color (decimal): -3579999 or 10575817. OLE color: 10575817.
HSL color Cylindrical-coordinate representation of color #C95FA1: hue angle of 322.64º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95FA1 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 161 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.21 |
| HSL | 322.64º | 0.5% | 0.58% | - |
| HSV(B) | 322.64º | 0.53% | 0.79% | - |
| XYZ | 34.61 | 23.18 | 36.37 | - |
| YUV | 134.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 161 | 0 | 0.53 | 0.20 | 0.21 | 322.64 | 0.5 | 0.58 |
| Hex | C9 | 5F | A1 | 0 | 35 | 14 | 15 | 143 | 32 | 3A |
| Octal | 311 | 137 | 241 | 0 | 65 | 24 | 25 | 503 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10100001 | 0 | 110101 | 10100 | 10101 | 101000011 | 110010 | 111010 |
Color Harmonies of #C95FA1
Complementary color
Monochromatic Colors of #C95FA1
Black with #C95FA1
Text Example
Text Example
White with #C95FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FA1; }
p { color: rgb(201,95,161); }
H1.HeaderClassName
{
color: #C95FA1;
}
.AnyTagClassName
{
color: #C95FA1;
}
</style>
background-color css
<style>
a { background-color: #C95FA1; }
a { background-color: rgb(201,95,161); }
div.DivClassName
{
background-color: #C95FA1;
}
.BgClassName
{
background-color: #C95FA1;
}
</style>
border-color css
<style>
span { border-color: #C95FA1; }
span { border-color: rgb(201,95,161); }
td.TdClassName
{
border-color: #C95FA1;
}
.TagClassName
{
border-color: #C95FA1;
}
</style>