Shades of Hopbush #CF5E93
Tints of Hopbush #CF5E93
RGB
CMYK
RGB Variations
Color information
#CF5E93 (or 0xCF5E93) is known color: Hopbush. HEX triplet: CF, 5E and 93. RGB value is (207,94,147). Sum of RGB (Red+Green+Blue) = 207+94+147=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5E93 is #30A16C. Grayscale: #858585. Windows color (decimal): -3187053 or 9658063. OLE color: 9658063.
HSL color Cylindrical-coordinate representation of color #CF5E93: hue angle of 331.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5E93 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 147 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.19 |
| HSL | 331.86º | 0.54% | 0.59% | - |
| HSV(B) | 331.86º | 0.55% | 0.81% | - |
| XYZ | 35 | 23.38 | 30.27 | - |
| YUV | 133.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 147 | 0 | 0.55 | 0.29 | 0.19 | 331.86 | 0.54 | 0.59 |
| Hex | CF | 5E | 93 | 0 | 37 | 1D | 13 | 14C | 36 | 3B |
| Octal | 317 | 136 | 223 | 0 | 67 | 35 | 23 | 514 | 66 | 73 |
| Binary | 11001111 | 1011110 | 10010011 | 0 | 110111 | 11101 | 10011 | 101001100 | 110110 | 111011 |
Color Harmonies of #CF5E93
Complementary color
Monochromatic Colors of #CF5E93
Black with #CF5E93
Text Example
Text Example
White with #CF5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E93; }
p { color: rgb(207,94,147); }
H1.HeaderClassName
{
color: #CF5E93;
}
.AnyTagClassName
{
color: #CF5E93;
}
</style>
background-color css
<style>
a { background-color: #CF5E93; }
a { background-color: rgb(207,94,147); }
div.DivClassName
{
background-color: #CF5E93;
}
.BgClassName
{
background-color: #CF5E93;
}
</style>
border-color css
<style>
span { border-color: #CF5E93; }
span { border-color: rgb(207,94,147); }
td.TdClassName
{
border-color: #CF5E93;
}
.TagClassName
{
border-color: #CF5E93;
}
</style>