Shades of Hopbush #CC61A8
Tints of Hopbush #CC61A8
RGB
CMYK
RGB Variations
Color information
#CC61A8 (or 0xCC61A8) is known color: Hopbush. HEX triplet: CC, 61 and A8. RGB value is (204,97,168). Sum of RGB (Red+Green+Blue) = 204+97+168=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61A8 is #339E57. Grayscale: #888888. Windows color (decimal): -3382872 or 11035084. OLE color: 11035084.
HSL color Cylindrical-coordinate representation of color #CC61A8: hue angle of 320.19º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC61A8 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 168 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.2 |
| HSL | 320.19º | 0.51% | 0.59% | - |
| HSV(B) | 320.19º | 0.52% | 0.8% | - |
| XYZ | 36.24 | 24.21 | 39.81 | - |
| YUV | 137.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 168 | 0 | 0.52 | 0.18 | 0.2 | 320.19 | 0.51 | 0.59 |
| Hex | CC | 61 | A8 | 0 | 34 | 12 | 14 | 140 | 33 | 3B |
| Octal | 314 | 141 | 250 | 0 | 64 | 22 | 24 | 500 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10101000 | 0 | 110100 | 10010 | 10100 | 101000000 | 110011 | 111011 |
Color Harmonies of #CC61A8
Complementary color
Monochromatic Colors of #CC61A8
Black with #CC61A8
Text Example
Text Example
White with #CC61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61A8; }
p { color: rgb(204,97,168); }
H1.HeaderClassName
{
color: #CC61A8;
}
.AnyTagClassName
{
color: #CC61A8;
}
</style>
background-color css
<style>
a { background-color: #CC61A8; }
a { background-color: rgb(204,97,168); }
div.DivClassName
{
background-color: #CC61A8;
}
.BgClassName
{
background-color: #CC61A8;
}
</style>
border-color css
<style>
span { border-color: #CC61A8; }
span { border-color: rgb(204,97,168); }
td.TdClassName
{
border-color: #CC61A8;
}
.TagClassName
{
border-color: #CC61A8;
}
</style>