Shades of Hopbush #C970AF
Tints of Hopbush #C970AF
RGB
CMYK
RGB Variations
Color information
#C970AF (or 0xC970AF) is known color: Hopbush. HEX triplet: C9, 70 and AF. RGB value is (201,112,175). Sum of RGB (Red+Green+Blue) = 201+112+175=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C970AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970AF is #368F50. Grayscale: #919191. Windows color (decimal): -3575633 or 11497673. OLE color: 11497673.
HSL color Cylindrical-coordinate representation of color #C970AF: hue angle of 317.53º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970AF is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 175 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.21 |
| HSL | 317.53º | 0.45% | 0.61% | - |
| HSV(B) | 317.53º | 0.44% | 0.79% | - |
| XYZ | 37.62 | 27.1 | 43.81 | - |
| YUV | 145.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 175 | 0 | 0.44 | 0.13 | 0.21 | 317.53 | 0.45 | 0.61 |
| Hex | C9 | 70 | AF | 0 | 2C | D | 15 | 13E | 2D | 3D |
| Octal | 311 | 160 | 257 | 0 | 54 | 15 | 25 | 476 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10101111 | 0 | 101100 | 1101 | 10101 | 100111110 | 101101 | 111101 |
Color Harmonies of #C970AF
Complementary color
Monochromatic Colors of #C970AF
Black with #C970AF
Text Example
Text Example
White with #C970AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970AF; }
p { color: rgb(201,112,175); }
H1.HeaderClassName
{
color: #C970AF;
}
.AnyTagClassName
{
color: #C970AF;
}
</style>
background-color css
<style>
a { background-color: #C970AF; }
a { background-color: rgb(201,112,175); }
div.DivClassName
{
background-color: #C970AF;
}
.BgClassName
{
background-color: #C970AF;
}
</style>
border-color css
<style>
span { border-color: #C970AF; }
span { border-color: rgb(201,112,175); }
td.TdClassName
{
border-color: #C970AF;
}
.TagClassName
{
border-color: #C970AF;
}
</style>