Shades of Razzmatazz #CB005D
Tints of Razzmatazz #CB005D
RGB
CMYK
RGB Variations
Color information
#CB005D (or 0xCB005D) is known color: Razzmatazz. HEX triplet: CB, 00 and 5D. RGB value is (203,0,93). Sum of RGB (Red+Green+Blue) = 203+0+93=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB005D is #34FFA2. Grayscale: #474747. Windows color (decimal): -3473315 or 6095051. OLE color: 6095051.
HSL color Cylindrical-coordinate representation of color #CB005D: hue angle of 332.51º 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 #CB005D is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.54 | 0.20 |
| HSL | 332.51º | 1% | 0.4% | - |
| HSV(B) | 332.51º | 1% | 0.8% | - |
| XYZ | 26.6 | 13.49 | 11.56 | - |
| YUV | 71.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 93 | 0 | 1 | 0.54 | 0.20 | 332.51 | 1 | 0.4 |
| Hex | CB | 0 | 5D | 0 | 64 | 36 | 14 | 14D | 64 | 28 |
| Octal | 313 | 0 | 135 | 0 | 144 | 66 | 24 | 515 | 144 | 50 |
| Binary | 11001011 | 0 | 1011101 | 0 | 1100100 | 110110 | 10100 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CB005D
Complementary color
Monochromatic Colors of #CB005D
Black with #CB005D
Text Example
Text Example
White with #CB005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB005D; }
p { color: rgb(203,0,93); }
H1.HeaderClassName
{
color: #CB005D;
}
.AnyTagClassName
{
color: #CB005D;
}
</style>
background-color css
<style>
a { background-color: #CB005D; }
a { background-color: rgb(203,0,93); }
div.DivClassName
{
background-color: #CB005D;
}
.BgClassName
{
background-color: #CB005D;
}
</style>
border-color css
<style>
span { border-color: #CB005D; }
span { border-color: rgb(203,0,93); }
td.TdClassName
{
border-color: #CB005D;
}
.TagClassName
{
border-color: #CB005D;
}
</style>