Shades of Hopbush #CE608D
Tints of Hopbush #CE608D
RGB
CMYK
RGB Variations
Color information
#CE608D (or 0xCE608D) is known color: Hopbush. HEX triplet: CE, 60 and 8D. RGB value is (206,96,141). Sum of RGB (Red+Green+Blue) = 206+96+141=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE608D is #319F72. Grayscale: #858585. Windows color (decimal): -3252083 or 9265358. OLE color: 9265358.
HSL color Cylindrical-coordinate representation of color #CE608D: hue angle of 335.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE608D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 141 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.19 |
| HSL | 335.45º | 0.53% | 0.59% | - |
| HSV(B) | 335.45º | 0.53% | 0.81% | - |
| XYZ | 34.44 | 23.41 | 27.9 | - |
| YUV | 134.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 141 | 0 | 0.53 | 0.32 | 0.19 | 335.45 | 0.53 | 0.59 |
| Hex | CE | 60 | 8D | 0 | 35 | 20 | 13 | 14F | 35 | 3B |
| Octal | 316 | 140 | 215 | 0 | 65 | 40 | 23 | 517 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10001101 | 0 | 110101 | 100000 | 10011 | 101001111 | 110101 | 111011 |
Color Harmonies of #CE608D
Complementary color
Monochromatic Colors of #CE608D
Black with #CE608D
Text Example
Text Example
White with #CE608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE608D; }
p { color: rgb(206,96,141); }
H1.HeaderClassName
{
color: #CE608D;
}
.AnyTagClassName
{
color: #CE608D;
}
</style>
background-color css
<style>
a { background-color: #CE608D; }
a { background-color: rgb(206,96,141); }
div.DivClassName
{
background-color: #CE608D;
}
.BgClassName
{
background-color: #CE608D;
}
</style>
border-color css
<style>
span { border-color: #CE608D; }
span { border-color: rgb(206,96,141); }
td.TdClassName
{
border-color: #CE608D;
}
.TagClassName
{
border-color: #CE608D;
}
</style>