Shades of Hopbush #CC608F
Tints of Hopbush #CC608F
RGB
CMYK
RGB Variations
Color information
#CC608F (or 0xCC608F) is known color: Hopbush. HEX triplet: CC, 60 and 8F. RGB value is (204,96,143). Sum of RGB (Red+Green+Blue) = 204+96+143=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC608F is #339F70. Grayscale: #858585. Windows color (decimal): -3383153 or 9396428. OLE color: 9396428.
HSL color Cylindrical-coordinate representation of color #CC608F: hue angle of 333.89º degrees, saturation: 0.51, 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 #CC608F is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 143 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.2 |
| HSL | 333.89º | 0.51% | 0.59% | - |
| HSV(B) | 333.89º | 0.53% | 0.8% | - |
| XYZ | 34.04 | 23.19 | 28.67 | - |
| YUV | 133.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 143 | 0 | 0.53 | 0.30 | 0.2 | 333.89 | 0.51 | 0.59 |
| Hex | CC | 60 | 8F | 0 | 35 | 1E | 14 | 14E | 33 | 3B |
| Octal | 314 | 140 | 217 | 0 | 65 | 36 | 24 | 516 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10001111 | 0 | 110101 | 11110 | 10100 | 101001110 | 110011 | 111011 |
Color Harmonies of #CC608F
Complementary color
Monochromatic Colors of #CC608F
Black with #CC608F
Text Example
Text Example
White with #CC608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC608F; }
p { color: rgb(204,96,143); }
H1.HeaderClassName
{
color: #CC608F;
}
.AnyTagClassName
{
color: #CC608F;
}
</style>
background-color css
<style>
a { background-color: #CC608F; }
a { background-color: rgb(204,96,143); }
div.DivClassName
{
background-color: #CC608F;
}
.BgClassName
{
background-color: #CC608F;
}
</style>
border-color css
<style>
span { border-color: #CC608F; }
span { border-color: rgb(204,96,143); }
td.TdClassName
{
border-color: #CC608F;
}
.TagClassName
{
border-color: #CC608F;
}
</style>