Shades of Hopbush #CC5DA1
Tints of Hopbush #CC5DA1
RGB
CMYK
RGB Variations
Color information
#CC5DA1 (or 0xCC5DA1) is known color: Hopbush. HEX triplet: CC, 5D and A1. RGB value is (204,93,161). Sum of RGB (Red+Green+Blue) = 204+93+161=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA1 is #33A25E. Grayscale: #858585. Windows color (decimal): -3383903 or 10575308. OLE color: 10575308.
HSL color Cylindrical-coordinate representation of color #CC5DA1: hue angle of 323.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DA1 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 161 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.2 |
| HSL | 323.24º | 0.52% | 0.58% | - |
| HSV(B) | 323.24º | 0.54% | 0.8% | - |
| XYZ | 35.25 | 23.24 | 36.35 | - |
| YUV | 133.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 161 | 0 | 0.54 | 0.21 | 0.2 | 323.24 | 0.52 | 0.58 |
| Hex | CC | 5D | A1 | 0 | 36 | 15 | 14 | 143 | 34 | 3A |
| Octal | 314 | 135 | 241 | 0 | 66 | 25 | 24 | 503 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10100001 | 0 | 110110 | 10101 | 10100 | 101000011 | 110100 | 111010 |
Color Harmonies of #CC5DA1
Complementary color
Monochromatic Colors of #CC5DA1
Black with #CC5DA1
Text Example
Text Example
White with #CC5DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DA1; }
p { color: rgb(204,93,161); }
H1.HeaderClassName
{
color: #CC5DA1;
}
.AnyTagClassName
{
color: #CC5DA1;
}
</style>
background-color css
<style>
a { background-color: #CC5DA1; }
a { background-color: rgb(204,93,161); }
div.DivClassName
{
background-color: #CC5DA1;
}
.BgClassName
{
background-color: #CC5DA1;
}
</style>
border-color css
<style>
span { border-color: #CC5DA1; }
span { border-color: rgb(204,93,161); }
td.TdClassName
{
border-color: #CC5DA1;
}
.TagClassName
{
border-color: #CC5DA1;
}
</style>