Shades of Hopbush #CC63A3
Tints of Hopbush #CC63A3
RGB
CMYK
RGB Variations
Color information
#CC63A3 (or 0xCC63A3) is known color: Hopbush. HEX triplet: CC, 63 and A3. RGB value is (204,99,163). Sum of RGB (Red+Green+Blue) = 204+99+163=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63A3 is #339C5C. Grayscale: #898989. Windows color (decimal): -3382365 or 10707916. OLE color: 10707916.
HSL color Cylindrical-coordinate representation of color #CC63A3: hue angle of 323.43º 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 #CC63A3 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 163 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.2 |
| HSL | 323.43º | 0.51% | 0.59% | - |
| HSV(B) | 323.43º | 0.51% | 0.8% | - |
| XYZ | 35.97 | 24.41 | 37.46 | - |
| YUV | 137.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 163 | 0 | 0.51 | 0.20 | 0.2 | 323.43 | 0.51 | 0.59 |
| Hex | CC | 63 | A3 | 0 | 33 | 14 | 14 | 143 | 33 | 3B |
| Octal | 314 | 143 | 243 | 0 | 63 | 24 | 24 | 503 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10100011 | 0 | 110011 | 10100 | 10100 | 101000011 | 110011 | 111011 |
Color Harmonies of #CC63A3
Complementary color
Monochromatic Colors of #CC63A3
Black with #CC63A3
Text Example
Text Example
White with #CC63A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63A3; }
p { color: rgb(204,99,163); }
H1.HeaderClassName
{
color: #CC63A3;
}
.AnyTagClassName
{
color: #CC63A3;
}
</style>
background-color css
<style>
a { background-color: #CC63A3; }
a { background-color: rgb(204,99,163); }
div.DivClassName
{
background-color: #CC63A3;
}
.BgClassName
{
background-color: #CC63A3;
}
</style>
border-color css
<style>
span { border-color: #CC63A3; }
span { border-color: rgb(204,99,163); }
td.TdClassName
{
border-color: #CC63A3;
}
.TagClassName
{
border-color: #CC63A3;
}
</style>