Shades of Hopbush #CF74B2
Tints of Hopbush #CF74B2
RGB
CMYK
RGB Variations
Color information
#CF74B2 (or 0xCF74B2) is known color: Hopbush. HEX triplet: CF, 74 and B2. RGB value is (207,116,178). Sum of RGB (Red+Green+Blue) = 207+116+178=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF74B2 is #308B4D. Grayscale: #969696. Windows color (decimal): -3181390 or 11695311. OLE color: 11695311.
HSL color Cylindrical-coordinate representation of color #CF74B2: hue angle of 319.12º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74B2 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 178 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.19 |
| HSL | 319.12º | 0.49% | 0.63% | - |
| HSV(B) | 319.12º | 0.44% | 0.81% | - |
| XYZ | 40.01 | 28.97 | 45.6 | - |
| YUV | 150.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 178 | 0 | 0.44 | 0.14 | 0.19 | 319.12 | 0.49 | 0.63 |
| Hex | CF | 74 | B2 | 0 | 2C | E | 13 | 13F | 31 | 3F |
| Octal | 317 | 164 | 262 | 0 | 54 | 16 | 23 | 477 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10110010 | 0 | 101100 | 1110 | 10011 | 100111111 | 110001 | 111111 |
Color Harmonies of #CF74B2
Complementary color
Monochromatic Colors of #CF74B2
Black with #CF74B2
Text Example
Text Example
White with #CF74B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74B2; }
p { color: rgb(207,116,178); }
H1.HeaderClassName
{
color: #CF74B2;
}
.AnyTagClassName
{
color: #CF74B2;
}
</style>
background-color css
<style>
a { background-color: #CF74B2; }
a { background-color: rgb(207,116,178); }
div.DivClassName
{
background-color: #CF74B2;
}
.BgClassName
{
background-color: #CF74B2;
}
</style>
border-color css
<style>
span { border-color: #CF74B2; }
span { border-color: rgb(207,116,178); }
td.TdClassName
{
border-color: #CF74B2;
}
.TagClassName
{
border-color: #CF74B2;
}
</style>