Shades of Razzmatazz #CB0051
Tints of Razzmatazz #CB0051
RGB
CMYK
RGB Variations
Color information
#CB0051 (or 0xCB0051) is known color: Razzmatazz. HEX triplet: CB, 00 and 51. RGB value is (203,0,81). Sum of RGB (Red+Green+Blue) = 203+0+81=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0051 is #34FFAE. Grayscale: #454545. Windows color (decimal): -3473327 or 5308619. OLE color: 5308619.
HSL color Cylindrical-coordinate representation of color #CB0051: hue angle of 336.06º 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 #CB0051 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.60 | 0.20 |
| HSL | 336.06º | 1% | 0.4% | - |
| HSV(B) | 336.06º | 1% | 0.8% | - |
| XYZ | 26.11 | 13.29 | 8.97 | - |
| YUV | 69.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 81 | 0 | 1 | 0.60 | 0.20 | 336.06 | 1 | 0.4 |
| Hex | CB | 0 | 51 | 0 | 64 | 3C | 14 | 150 | 64 | 28 |
| Octal | 313 | 0 | 121 | 0 | 144 | 74 | 24 | 520 | 144 | 50 |
| Binary | 11001011 | 0 | 1010001 | 0 | 1100100 | 111100 | 10100 | 101010000 | 1100100 | 101000 |
Color Harmonies of #CB0051
Complementary color
Monochromatic Colors of #CB0051
Black with #CB0051
Text Example
Text Example
White with #CB0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0051; }
p { color: rgb(203,0,81); }
H1.HeaderClassName
{
color: #CB0051;
}
.AnyTagClassName
{
color: #CB0051;
}
</style>
background-color css
<style>
a { background-color: #CB0051; }
a { background-color: rgb(203,0,81); }
div.DivClassName
{
background-color: #CB0051;
}
.BgClassName
{
background-color: #CB0051;
}
</style>
border-color css
<style>
span { border-color: #CB0051; }
span { border-color: rgb(203,0,81); }
td.TdClassName
{
border-color: #CB0051;
}
.TagClassName
{
border-color: #CB0051;
}
</style>