Shades of Razzmatazz #CB0050
Tints of Razzmatazz #CB0050
RGB
CMYK
RGB Variations
Color information
#CB0050 (or 0xCB0050) is known color: Razzmatazz. HEX triplet: CB, 00 and 50. RGB value is (203,0,80). Sum of RGB (Red+Green+Blue) = 203+0+80=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0050 is #34FFAF. Grayscale: #454545. Windows color (decimal): -3473328 or 5243083. OLE color: 5243083.
HSL color Cylindrical-coordinate representation of color #CB0050: hue angle of 336.35º 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 #CB0050 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.61 | 0.20 |
| HSL | 336.35º | 1% | 0.4% | - |
| HSV(B) | 336.35º | 1% | 0.8% | - |
| XYZ | 26.08 | 13.28 | 8.78 | - |
| YUV | 69.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 80 | 0 | 1 | 0.61 | 0.20 | 336.35 | 1 | 0.4 |
| Hex | CB | 0 | 50 | 0 | 64 | 3D | 14 | 150 | 64 | 28 |
| Octal | 313 | 0 | 120 | 0 | 144 | 75 | 24 | 520 | 144 | 50 |
| Binary | 11001011 | 0 | 1010000 | 0 | 1100100 | 111101 | 10100 | 101010000 | 1100100 | 101000 |
Color Harmonies of #CB0050
Complementary color
Monochromatic Colors of #CB0050
Black with #CB0050
Text Example
Text Example
White with #CB0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0050; }
p { color: rgb(203,0,80); }
H1.HeaderClassName
{
color: #CB0050;
}
.AnyTagClassName
{
color: #CB0050;
}
</style>
background-color css
<style>
a { background-color: #CB0050; }
a { background-color: rgb(203,0,80); }
div.DivClassName
{
background-color: #CB0050;
}
.BgClassName
{
background-color: #CB0050;
}
</style>
border-color css
<style>
span { border-color: #CB0050; }
span { border-color: rgb(203,0,80); }
td.TdClassName
{
border-color: #CB0050;
}
.TagClassName
{
border-color: #CB0050;
}
</style>