Shades of Hopbush #CC619F
Tints of Hopbush #CC619F
RGB
CMYK
RGB Variations
Color information
#CC619F (or 0xCC619F) is known color: Hopbush. HEX triplet: CC, 61 and 9F. RGB value is (204,97,159). Sum of RGB (Red+Green+Blue) = 204+97+159=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC619F is #339E60. Grayscale: #878787. Windows color (decimal): -3382881 or 10445260. OLE color: 10445260.
HSL color Cylindrical-coordinate representation of color #CC619F: hue angle of 325.23º 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 #CC619F is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 159 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.2 |
| HSL | 325.23º | 0.51% | 0.59% | - |
| HSV(B) | 325.23º | 0.52% | 0.8% | - |
| XYZ | 35.43 | 23.89 | 35.54 | - |
| YUV | 136.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 159 | 0 | 0.52 | 0.22 | 0.2 | 325.23 | 0.51 | 0.59 |
| Hex | CC | 61 | 9F | 0 | 34 | 16 | 14 | 145 | 33 | 3B |
| Octal | 314 | 141 | 237 | 0 | 64 | 26 | 24 | 505 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10011111 | 0 | 110100 | 10110 | 10100 | 101000101 | 110011 | 111011 |
Color Harmonies of #CC619F
Complementary color
Monochromatic Colors of #CC619F
Black with #CC619F
Text Example
Text Example
White with #CC619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC619F; }
p { color: rgb(204,97,159); }
H1.HeaderClassName
{
color: #CC619F;
}
.AnyTagClassName
{
color: #CC619F;
}
</style>
background-color css
<style>
a { background-color: #CC619F; }
a { background-color: rgb(204,97,159); }
div.DivClassName
{
background-color: #CC619F;
}
.BgClassName
{
background-color: #CC619F;
}
</style>
border-color css
<style>
span { border-color: #CC619F; }
span { border-color: rgb(204,97,159); }
td.TdClassName
{
border-color: #CC619F;
}
.TagClassName
{
border-color: #CC619F;
}
</style>