Shades of Hopbush #CB63A1
Tints of Hopbush #CB63A1
RGB
CMYK
RGB Variations
Color information
#CB63A1 (or 0xCB63A1) is known color: Hopbush. HEX triplet: CB, 63 and A1. RGB value is (203,99,161). Sum of RGB (Red+Green+Blue) = 203+99+161=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63A1 is #349C5E. Grayscale: #898989. Windows color (decimal): -3447903 or 10576843. OLE color: 10576843.
HSL color Cylindrical-coordinate representation of color #CB63A1: hue angle of 324.23º degrees, saturation: 0.5, 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 #CB63A1 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 161 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.20 |
| HSL | 324.23º | 0.5% | 0.59% | - |
| HSV(B) | 324.23º | 0.51% | 0.8% | - |
| XYZ | 35.52 | 24.19 | 36.52 | - |
| YUV | 137.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 161 | 0 | 0.51 | 0.21 | 0.20 | 324.23 | 0.5 | 0.59 |
| Hex | CB | 63 | A1 | 0 | 33 | 15 | 14 | 144 | 32 | 3B |
| Octal | 313 | 143 | 241 | 0 | 63 | 25 | 24 | 504 | 62 | 73 |
| Binary | 11001011 | 1100011 | 10100001 | 0 | 110011 | 10101 | 10100 | 101000100 | 110010 | 111011 |
Color Harmonies of #CB63A1
Complementary color
Monochromatic Colors of #CB63A1
Black with #CB63A1
Text Example
Text Example
White with #CB63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB63A1; }
p { color: rgb(203,99,161); }
H1.HeaderClassName
{
color: #CB63A1;
}
.AnyTagClassName
{
color: #CB63A1;
}
</style>
background-color css
<style>
a { background-color: #CB63A1; }
a { background-color: rgb(203,99,161); }
div.DivClassName
{
background-color: #CB63A1;
}
.BgClassName
{
background-color: #CB63A1;
}
</style>
border-color css
<style>
span { border-color: #CB63A1; }
span { border-color: rgb(203,99,161); }
td.TdClassName
{
border-color: #CB63A1;
}
.TagClassName
{
border-color: #CB63A1;
}
</style>