Shades of Hopbush #CC63AC
Tints of Hopbush #CC63AC
RGB
CMYK
RGB Variations
Color information
#CC63AC (or 0xCC63AC) is known color: Hopbush. HEX triplet: CC, 63 and AC. RGB value is (204,99,172). Sum of RGB (Red+Green+Blue) = 204+99+172=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63AC is #339C53. Grayscale: #8A8A8A. Windows color (decimal): -3382356 or 11297740. OLE color: 11297740.
HSL color Cylindrical-coordinate representation of color #CC63AC: hue angle of 318.29º 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 #CC63AC is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 172 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.2 |
| HSL | 318.29º | 0.51% | 0.59% | - |
| HSV(B) | 318.29º | 0.51% | 0.8% | - |
| XYZ | 36.81 | 24.74 | 41.86 | - |
| YUV | 138.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 172 | 0 | 0.51 | 0.16 | 0.2 | 318.29 | 0.51 | 0.59 |
| Hex | CC | 63 | AC | 0 | 33 | 10 | 14 | 13E | 33 | 3B |
| Octal | 314 | 143 | 254 | 0 | 63 | 20 | 24 | 476 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10101100 | 0 | 110011 | 10000 | 10100 | 100111110 | 110011 | 111011 |
Color Harmonies of #CC63AC
Complementary color
Monochromatic Colors of #CC63AC
Black with #CC63AC
Text Example
Text Example
White with #CC63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63AC; }
p { color: rgb(204,99,172); }
H1.HeaderClassName
{
color: #CC63AC;
}
.AnyTagClassName
{
color: #CC63AC;
}
</style>
background-color css
<style>
a { background-color: #CC63AC; }
a { background-color: rgb(204,99,172); }
div.DivClassName
{
background-color: #CC63AC;
}
.BgClassName
{
background-color: #CC63AC;
}
</style>
border-color css
<style>
span { border-color: #CC63AC; }
span { border-color: rgb(204,99,172); }
td.TdClassName
{
border-color: #CC63AC;
}
.TagClassName
{
border-color: #CC63AC;
}
</style>