Shades of Razzmatazz #CB0151
Tints of Razzmatazz #CB0151
RGB
CMYK
RGB Variations
Color information
#CB0151 (or 0xCB0151) is known color: Razzmatazz. HEX triplet: CB, 01 and 51. RGB value is (203,1,81). Sum of RGB (Red+Green+Blue) = 203+1+81=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0151 is #34FEAE. Grayscale: #464646. Windows color (decimal): -3473071 or 5308875. OLE color: 5308875.
HSL color Cylindrical-coordinate representation of color #CB0151: hue angle of 336.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0151 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.20 |
| HSL | 336.24º | 0.99% | 0.4% | - |
| HSV(B) | 336.24º | 1% | 0.8% | - |
| XYZ | 26.12 | 13.31 | 8.98 | - |
| YUV | 70.52 | 133.92 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 81 | 0 | 1.00 | 0.60 | 0.20 | 336.24 | 0.99 | 0.4 |
| Hex | CB | 1 | 51 | 0 | 64 | 3C | 14 | 150 | 63 | 28 |
| Octal | 313 | 1 | 121 | 0 | 144 | 74 | 24 | 520 | 143 | 50 |
| Binary | 11001011 | 1 | 1010001 | 0 | 1100100 | 111100 | 10100 | 101010000 | 1100011 | 101000 |
Color Harmonies of #CB0151
Complementary color
Monochromatic Colors of #CB0151
Black with #CB0151
Text Example
Text Example
White with #CB0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0151; }
p { color: rgb(203,1,81); }
H1.HeaderClassName
{
color: #CB0151;
}
.AnyTagClassName
{
color: #CB0151;
}
</style>
background-color css
<style>
a { background-color: #CB0151; }
a { background-color: rgb(203,1,81); }
div.DivClassName
{
background-color: #CB0151;
}
.BgClassName
{
background-color: #CB0151;
}
</style>
border-color css
<style>
span { border-color: #CB0151; }
span { border-color: rgb(203,1,81); }
td.TdClassName
{
border-color: #CB0151;
}
.TagClassName
{
border-color: #CB0151;
}
</style>