Shades of Hopbush #CF61A3
Tints of Hopbush #CF61A3
RGB
CMYK
RGB Variations
Color information
#CF61A3 (or 0xCF61A3) is known color: Hopbush. HEX triplet: CF, 61 and A3. RGB value is (207,97,163). Sum of RGB (Red+Green+Blue) = 207+97+163=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF61A3 is #309E5C. Grayscale: #898989. Windows color (decimal): -3186269 or 10707407. OLE color: 10707407.
HSL color Cylindrical-coordinate representation of color #CF61A3: hue angle of 324º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61A3 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 163 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.19 |
| HSL | 324º | 0.53% | 0.6% | - |
| HSV(B) | 324º | 0.53% | 0.81% | - |
| XYZ | 36.62 | 24.46 | 37.44 | - |
| YUV | 137.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 163 | 0 | 0.53 | 0.21 | 0.19 | 324 | 0.53 | 0.6 |
| Hex | CF | 61 | A3 | 0 | 35 | 15 | 13 | 144 | 35 | 3C |
| Octal | 317 | 141 | 243 | 0 | 65 | 25 | 23 | 504 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10100011 | 0 | 110101 | 10101 | 10011 | 101000100 | 110101 | 111100 |
Color Harmonies of #CF61A3
Complementary color
Monochromatic Colors of #CF61A3
Black with #CF61A3
Text Example
Text Example
White with #CF61A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61A3; }
p { color: rgb(207,97,163); }
H1.HeaderClassName
{
color: #CF61A3;
}
.AnyTagClassName
{
color: #CF61A3;
}
</style>
background-color css
<style>
a { background-color: #CF61A3; }
a { background-color: rgb(207,97,163); }
div.DivClassName
{
background-color: #CF61A3;
}
.BgClassName
{
background-color: #CF61A3;
}
</style>
border-color css
<style>
span { border-color: #CF61A3; }
span { border-color: rgb(207,97,163); }
td.TdClassName
{
border-color: #CF61A3;
}
.TagClassName
{
border-color: #CF61A3;
}
</style>