Shades of Hopbush #CE719D
Tints of Hopbush #CE719D
RGB
CMYK
RGB Variations
Color information
#CE719D (or 0xCE719D) is known color: Hopbush. HEX triplet: CE, 71 and 9D. RGB value is (206,113,157). Sum of RGB (Red+Green+Blue) = 206+113+157=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE719D is #318E62. Grayscale: #919191. Windows color (decimal): -3247715 or 10318286. OLE color: 10318286.
HSL color Cylindrical-coordinate representation of color #CE719D: hue angle of 331.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE719D is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 157 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.19 |
| HSL | 331.61º | 0.49% | 0.63% | - |
| HSV(B) | 331.61º | 0.45% | 0.81% | - |
| XYZ | 37.44 | 27.37 | 35.21 | - |
| YUV | 145.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 157 | 0 | 0.45 | 0.24 | 0.19 | 331.61 | 0.49 | 0.63 |
| Hex | CE | 71 | 9D | 0 | 2D | 18 | 13 | 14C | 31 | 3F |
| Octal | 316 | 161 | 235 | 0 | 55 | 30 | 23 | 514 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10011101 | 0 | 101101 | 11000 | 10011 | 101001100 | 110001 | 111111 |
Color Harmonies of #CE719D
Complementary color
Monochromatic Colors of #CE719D
Black with #CE719D
Text Example
Text Example
White with #CE719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE719D; }
p { color: rgb(206,113,157); }
H1.HeaderClassName
{
color: #CE719D;
}
.AnyTagClassName
{
color: #CE719D;
}
</style>
background-color css
<style>
a { background-color: #CE719D; }
a { background-color: rgb(206,113,157); }
div.DivClassName
{
background-color: #CE719D;
}
.BgClassName
{
background-color: #CE719D;
}
</style>
border-color css
<style>
span { border-color: #CE719D; }
span { border-color: rgb(206,113,157); }
td.TdClassName
{
border-color: #CE719D;
}
.TagClassName
{
border-color: #CE719D;
}
</style>