Shades of Hopbush #CC61A4
Tints of Hopbush #CC61A4
RGB
CMYK
RGB Variations
Color information
#CC61A4 (or 0xCC61A4) is known color: Hopbush. HEX triplet: CC, 61 and A4. RGB value is (204,97,164). Sum of RGB (Red+Green+Blue) = 204+97+164=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61A4 is #339E5B. Grayscale: #888888. Windows color (decimal): -3382876 or 10772940. OLE color: 10772940.
HSL color Cylindrical-coordinate representation of color #CC61A4: hue angle of 322.43º 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 #CC61A4 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 164 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.2 |
| HSL | 322.43º | 0.51% | 0.59% | - |
| HSV(B) | 322.43º | 0.52% | 0.8% | - |
| XYZ | 35.88 | 24.07 | 37.88 | - |
| YUV | 136.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 164 | 0 | 0.52 | 0.20 | 0.2 | 322.43 | 0.51 | 0.59 |
| Hex | CC | 61 | A4 | 0 | 34 | 14 | 14 | 142 | 33 | 3B |
| Octal | 314 | 141 | 244 | 0 | 64 | 24 | 24 | 502 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10100100 | 0 | 110100 | 10100 | 10100 | 101000010 | 110011 | 111011 |
Color Harmonies of #CC61A4
Complementary color
Monochromatic Colors of #CC61A4
Black with #CC61A4
Text Example
Text Example
White with #CC61A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61A4; }
p { color: rgb(204,97,164); }
H1.HeaderClassName
{
color: #CC61A4;
}
.AnyTagClassName
{
color: #CC61A4;
}
</style>
background-color css
<style>
a { background-color: #CC61A4; }
a { background-color: rgb(204,97,164); }
div.DivClassName
{
background-color: #CC61A4;
}
.BgClassName
{
background-color: #CC61A4;
}
</style>
border-color css
<style>
span { border-color: #CC61A4; }
span { border-color: rgb(204,97,164); }
td.TdClassName
{
border-color: #CC61A4;
}
.TagClassName
{
border-color: #CC61A4;
}
</style>