Shades of Razzmatazz #CB0353
Tints of Razzmatazz #CB0353
RGB
CMYK
RGB Variations
Color information
#CB0353 (or 0xCB0353) is known color: Razzmatazz. HEX triplet: CB, 03 and 53. RGB value is (203,3,83). Sum of RGB (Red+Green+Blue) = 203+3+83=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0353 is #34FCAC. Grayscale: #474747. Windows color (decimal): -3472557 or 5440459. OLE color: 5440459.
HSL color Cylindrical-coordinate representation of color #CB0353: hue angle of 336º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0353 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.20 |
| HSL | 336º | 0.97% | 0.4% | - |
| HSV(B) | 336º | 0.99% | 0.8% | - |
| XYZ | 26.22 | 13.39 | 9.39 | - |
| YUV | 71.92 | 134.26 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 83 | 0 | 0.99 | 0.59 | 0.20 | 336 | 0.97 | 0.4 |
| Hex | CB | 3 | 53 | 0 | 63 | 3B | 14 | 150 | 61 | 28 |
| Octal | 313 | 3 | 123 | 0 | 143 | 73 | 24 | 520 | 141 | 50 |
| Binary | 11001011 | 11 | 1010011 | 0 | 1100011 | 111011 | 10100 | 101010000 | 1100001 | 101000 |
Color Harmonies of #CB0353
Complementary color
Monochromatic Colors of #CB0353
Black with #CB0353
Text Example
Text Example
White with #CB0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0353; }
p { color: rgb(203,3,83); }
H1.HeaderClassName
{
color: #CB0353;
}
.AnyTagClassName
{
color: #CB0353;
}
</style>
background-color css
<style>
a { background-color: #CB0353; }
a { background-color: rgb(203,3,83); }
div.DivClassName
{
background-color: #CB0353;
}
.BgClassName
{
background-color: #CB0353;
}
</style>
border-color css
<style>
span { border-color: #CB0353; }
span { border-color: rgb(203,3,83); }
td.TdClassName
{
border-color: #CB0353;
}
.TagClassName
{
border-color: #CB0353;
}
</style>