Shades of Hopbush #CC63A1
Tints of Hopbush #CC63A1
RGB
CMYK
RGB Variations
Color information
#CC63A1 (or 0xCC63A1) is known color: Hopbush. HEX triplet: CC, 63 and A1. RGB value is (204,99,161). Sum of RGB (Red+Green+Blue) = 204+99+161=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63A1 is #339C5E. Grayscale: #898989. Windows color (decimal): -3382367 or 10576844. OLE color: 10576844.
HSL color Cylindrical-coordinate representation of color #CC63A1: hue angle of 324.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC63A1 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 161 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.2 |
| HSL | 324.57º | 0.51% | 0.59% | - |
| HSV(B) | 324.57º | 0.51% | 0.8% | - |
| XYZ | 35.8 | 24.33 | 36.53 | - |
| YUV | 137.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 161 | 0 | 0.51 | 0.21 | 0.2 | 324.57 | 0.51 | 0.59 |
| Hex | CC | 63 | A1 | 0 | 33 | 15 | 14 | 145 | 33 | 3B |
| Octal | 314 | 143 | 241 | 0 | 63 | 25 | 24 | 505 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10100001 | 0 | 110011 | 10101 | 10100 | 101000101 | 110011 | 111011 |
Color Harmonies of #CC63A1
Complementary color
Monochromatic Colors of #CC63A1
Black with #CC63A1
Text Example
Text Example
White with #CC63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63A1; }
p { color: rgb(204,99,161); }
H1.HeaderClassName
{
color: #CC63A1;
}
.AnyTagClassName
{
color: #CC63A1;
}
</style>
background-color css
<style>
a { background-color: #CC63A1; }
a { background-color: rgb(204,99,161); }
div.DivClassName
{
background-color: #CC63A1;
}
.BgClassName
{
background-color: #CC63A1;
}
</style>
border-color css
<style>
span { border-color: #CC63A1; }
span { border-color: rgb(204,99,161); }
td.TdClassName
{
border-color: #CC63A1;
}
.TagClassName
{
border-color: #CC63A1;
}
</style>