Shades of Razzmatazz #CB0053
Tints of Razzmatazz #CB0053
RGB
CMYK
RGB Variations
Color information
#CB0053 (or 0xCB0053) is known color: Razzmatazz. HEX triplet: CB, 00 and 53. RGB value is (203,0,83). Sum of RGB (Red+Green+Blue) = 203+0+83=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0053 is #34FFAC. Grayscale: #464646. Windows color (decimal): -3473325 or 5439691. OLE color: 5439691.
HSL color Cylindrical-coordinate representation of color #CB0053: hue angle of 335.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0053 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.59 | 0.20 |
| HSL | 335.47º | 1% | 0.4% | - |
| HSV(B) | 335.47º | 1% | 0.8% | - |
| XYZ | 26.19 | 13.32 | 9.37 | - |
| YUV | 70.16 | 135.25 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 83 | 0 | 1 | 0.59 | 0.20 | 335.47 | 1 | 0.4 |
| Hex | CB | 0 | 53 | 0 | 64 | 3B | 14 | 14F | 64 | 28 |
| Octal | 313 | 0 | 123 | 0 | 144 | 73 | 24 | 517 | 144 | 50 |
| Binary | 11001011 | 0 | 1010011 | 0 | 1100100 | 111011 | 10100 | 101001111 | 1100100 | 101000 |
Color Harmonies of #CB0053
Complementary color
Monochromatic Colors of #CB0053
Black with #CB0053
Text Example
Text Example
White with #CB0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0053; }
p { color: rgb(203,0,83); }
H1.HeaderClassName
{
color: #CB0053;
}
.AnyTagClassName
{
color: #CB0053;
}
</style>
background-color css
<style>
a { background-color: #CB0053; }
a { background-color: rgb(203,0,83); }
div.DivClassName
{
background-color: #CB0053;
}
.BgClassName
{
background-color: #CB0053;
}
</style>
border-color css
<style>
span { border-color: #CB0053; }
span { border-color: rgb(203,0,83); }
td.TdClassName
{
border-color: #CB0053;
}
.TagClassName
{
border-color: #CB0053;
}
</style>