Shades of Hopbush #CF63AA
Tints of Hopbush #CF63AA
RGB
CMYK
RGB Variations
Color information
#CF63AA (or 0xCF63AA) is known color: Hopbush. HEX triplet: CF, 63 and AA. RGB value is (207,99,170). Sum of RGB (Red+Green+Blue) = 207+99+170=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF63AA is #309C55. Grayscale: #8B8B8B. Windows color (decimal): -3185750 or 11166671. OLE color: 11166671.
HSL color Cylindrical-coordinate representation of color #CF63AA: hue angle of 320.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF63AA is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 170 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.19 |
| HSL | 320.56º | 0.53% | 0.6% | - |
| HSV(B) | 320.56º | 0.52% | 0.81% | - |
| XYZ | 37.45 | 25.09 | 40.9 | - |
| YUV | 139.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 170 | 0 | 0.52 | 0.18 | 0.19 | 320.56 | 0.53 | 0.6 |
| Hex | CF | 63 | AA | 0 | 34 | 12 | 13 | 141 | 35 | 3C |
| Octal | 317 | 143 | 252 | 0 | 64 | 22 | 23 | 501 | 65 | 74 |
| Binary | 11001111 | 1100011 | 10101010 | 0 | 110100 | 10010 | 10011 | 101000001 | 110101 | 111100 |
Color Harmonies of #CF63AA
Complementary color
Monochromatic Colors of #CF63AA
Black with #CF63AA
Text Example
Text Example
White with #CF63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63AA; }
p { color: rgb(207,99,170); }
H1.HeaderClassName
{
color: #CF63AA;
}
.AnyTagClassName
{
color: #CF63AA;
}
</style>
background-color css
<style>
a { background-color: #CF63AA; }
a { background-color: rgb(207,99,170); }
div.DivClassName
{
background-color: #CF63AA;
}
.BgClassName
{
background-color: #CF63AA;
}
</style>
border-color css
<style>
span { border-color: #CF63AA; }
span { border-color: rgb(207,99,170); }
td.TdClassName
{
border-color: #CF63AA;
}
.TagClassName
{
border-color: #CF63AA;
}
</style>