Shades of Hopbush #CC74B1
Tints of Hopbush #CC74B1
RGB
CMYK
RGB Variations
Color information
#CC74B1 (or 0xCC74B1) is known color: Hopbush. HEX triplet: CC, 74 and B1. RGB value is (204,116,177). Sum of RGB (Red+Green+Blue) = 204+116+177=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC74B1 is #338B4E. Grayscale: #959595. Windows color (decimal): -3377999 or 11629772. OLE color: 11629772.
HSL color Cylindrical-coordinate representation of color #CC74B1: hue angle of 318.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC74B1 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 177 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.2 |
| HSL | 318.41º | 0.46% | 0.63% | - |
| HSV(B) | 318.41º | 0.43% | 0.8% | - |
| XYZ | 39.08 | 28.5 | 45.04 | - |
| YUV | 149.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 177 | 0 | 0.43 | 0.13 | 0.2 | 318.41 | 0.46 | 0.63 |
| Hex | CC | 74 | B1 | 0 | 2B | D | 14 | 13E | 2E | 3F |
| Octal | 314 | 164 | 261 | 0 | 53 | 15 | 24 | 476 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10110001 | 0 | 101011 | 1101 | 10100 | 100111110 | 101110 | 111111 |
Color Harmonies of #CC74B1
Complementary color
Monochromatic Colors of #CC74B1
Black with #CC74B1
Text Example
Text Example
White with #CC74B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74B1; }
p { color: rgb(204,116,177); }
H1.HeaderClassName
{
color: #CC74B1;
}
.AnyTagClassName
{
color: #CC74B1;
}
</style>
background-color css
<style>
a { background-color: #CC74B1; }
a { background-color: rgb(204,116,177); }
div.DivClassName
{
background-color: #CC74B1;
}
.BgClassName
{
background-color: #CC74B1;
}
</style>
border-color css
<style>
span { border-color: #CC74B1; }
span { border-color: rgb(204,116,177); }
td.TdClassName
{
border-color: #CC74B1;
}
.TagClassName
{
border-color: #CC74B1;
}
</style>