Shades of Hopbush #CC5FA2
Tints of Hopbush #CC5FA2
RGB
CMYK
RGB Variations
Color information
#CC5FA2 (or 0xCC5FA2) is known color: Hopbush. HEX triplet: CC, 5F and A2. RGB value is (204,95,162). Sum of RGB (Red+Green+Blue) = 204+95+162=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5FA2 is #33A05D. Grayscale: #878787. Windows color (decimal): -3383390 or 10641356. OLE color: 10641356.
HSL color Cylindrical-coordinate representation of color #CC5FA2: hue angle of 323.12º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FA2 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 162 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.2 |
| HSL | 323.12º | 0.52% | 0.59% | - |
| HSV(B) | 323.12º | 0.53% | 0.8% | - |
| XYZ | 35.52 | 23.63 | 36.87 | - |
| YUV | 135.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 162 | 0 | 0.53 | 0.21 | 0.2 | 323.12 | 0.52 | 0.59 |
| Hex | CC | 5F | A2 | 0 | 35 | 15 | 14 | 143 | 34 | 3B |
| Octal | 314 | 137 | 242 | 0 | 65 | 25 | 24 | 503 | 64 | 73 |
| Binary | 11001100 | 1011111 | 10100010 | 0 | 110101 | 10101 | 10100 | 101000011 | 110100 | 111011 |
Color Harmonies of #CC5FA2
Complementary color
Monochromatic Colors of #CC5FA2
Black with #CC5FA2
Text Example
Text Example
White with #CC5FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FA2; }
p { color: rgb(204,95,162); }
H1.HeaderClassName
{
color: #CC5FA2;
}
.AnyTagClassName
{
color: #CC5FA2;
}
</style>
background-color css
<style>
a { background-color: #CC5FA2; }
a { background-color: rgb(204,95,162); }
div.DivClassName
{
background-color: #CC5FA2;
}
.BgClassName
{
background-color: #CC5FA2;
}
</style>
border-color css
<style>
span { border-color: #CC5FA2; }
span { border-color: rgb(204,95,162); }
td.TdClassName
{
border-color: #CC5FA2;
}
.TagClassName
{
border-color: #CC5FA2;
}
</style>