Shades of Razzmatazz #CB005B
Tints of Razzmatazz #CB005B
RGB
CMYK
RGB Variations
Color information
#CB005B (or 0xCB005B) is known color: Razzmatazz. HEX triplet: CB, 00 and 5B. RGB value is (203,0,91). Sum of RGB (Red+Green+Blue) = 203+0+91=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB005B is #34FFA4. Grayscale: #464646. Windows color (decimal): -3473317 or 5963979. OLE color: 5963979.
HSL color Cylindrical-coordinate representation of color #CB005B: hue angle of 333.1º 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 #CB005B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.55 | 0.20 |
| HSL | 333.1º | 1% | 0.4% | - |
| HSV(B) | 333.1º | 1% | 0.8% | - |
| XYZ | 26.52 | 13.45 | 11.1 | - |
| YUV | 71.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 91 | 0 | 1 | 0.55 | 0.20 | 333.1 | 1 | 0.4 |
| Hex | CB | 0 | 5B | 0 | 64 | 37 | 14 | 14D | 64 | 28 |
| Octal | 313 | 0 | 133 | 0 | 144 | 67 | 24 | 515 | 144 | 50 |
| Binary | 11001011 | 0 | 1011011 | 0 | 1100100 | 110111 | 10100 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CB005B
Complementary color
Monochromatic Colors of #CB005B
Black with #CB005B
Text Example
Text Example
White with #CB005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB005B; }
p { color: rgb(203,0,91); }
H1.HeaderClassName
{
color: #CB005B;
}
.AnyTagClassName
{
color: #CB005B;
}
</style>
background-color css
<style>
a { background-color: #CB005B; }
a { background-color: rgb(203,0,91); }
div.DivClassName
{
background-color: #CB005B;
}
.BgClassName
{
background-color: #CB005B;
}
</style>
border-color css
<style>
span { border-color: #CB005B; }
span { border-color: rgb(203,0,91); }
td.TdClassName
{
border-color: #CB005B;
}
.TagClassName
{
border-color: #CB005B;
}
</style>