Shades of Hopbush #CC618F
Tints of Hopbush #CC618F
RGB
CMYK
RGB Variations
Color information
#CC618F (or 0xCC618F) is known color: Hopbush. HEX triplet: CC, 61 and 8F. RGB value is (204,97,143). Sum of RGB (Red+Green+Blue) = 204+97+143=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC618F is #339E70. Grayscale: #868686. Windows color (decimal): -3382897 or 9396684. OLE color: 9396684.
HSL color Cylindrical-coordinate representation of color #CC618F: hue angle of 334.21º 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 #CC618F is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 143 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.2 |
| HSL | 334.21º | 0.51% | 0.59% | - |
| HSV(B) | 334.21º | 0.52% | 0.8% | - |
| XYZ | 34.13 | 23.37 | 28.7 | - |
| YUV | 134.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 143 | 0 | 0.52 | 0.30 | 0.2 | 334.21 | 0.51 | 0.59 |
| Hex | CC | 61 | 8F | 0 | 34 | 1E | 14 | 14E | 33 | 3B |
| Octal | 314 | 141 | 217 | 0 | 64 | 36 | 24 | 516 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10001111 | 0 | 110100 | 11110 | 10100 | 101001110 | 110011 | 111011 |
Color Harmonies of #CC618F
Complementary color
Monochromatic Colors of #CC618F
Black with #CC618F
Text Example
Text Example
White with #CC618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC618F; }
p { color: rgb(204,97,143); }
H1.HeaderClassName
{
color: #CC618F;
}
.AnyTagClassName
{
color: #CC618F;
}
</style>
background-color css
<style>
a { background-color: #CC618F; }
a { background-color: rgb(204,97,143); }
div.DivClassName
{
background-color: #CC618F;
}
.BgClassName
{
background-color: #CC618F;
}
</style>
border-color css
<style>
span { border-color: #CC618F; }
span { border-color: rgb(204,97,143); }
td.TdClassName
{
border-color: #CC618F;
}
.TagClassName
{
border-color: #CC618F;
}
</style>