Shades of Razzmatazz #CB0352
Tints of Razzmatazz #CB0352
RGB
CMYK
RGB Variations
Color information
#CB0352 (or 0xCB0352) is known color: Razzmatazz. HEX triplet: CB, 03 and 52. RGB value is (203,3,82). Sum of RGB (Red+Green+Blue) = 203+3+82=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0352 is #34FCAD. Grayscale: #474747. Windows color (decimal): -3472558 or 5374923. OLE color: 5374923.
HSL color Cylindrical-coordinate representation of color #CB0352: hue angle of 336.3º 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 #CB0352 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.20 |
| HSL | 336.3º | 0.97% | 0.4% | - |
| HSV(B) | 336.3º | 0.99% | 0.8% | - |
| XYZ | 26.18 | 13.37 | 9.18 | - |
| YUV | 71.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 82 | 0 | 0.99 | 0.60 | 0.20 | 336.3 | 0.97 | 0.4 |
| Hex | CB | 3 | 52 | 0 | 63 | 3C | 14 | 150 | 61 | 28 |
| Octal | 313 | 3 | 122 | 0 | 143 | 74 | 24 | 520 | 141 | 50 |
| Binary | 11001011 | 11 | 1010010 | 0 | 1100011 | 111100 | 10100 | 101010000 | 1100001 | 101000 |
Color Harmonies of #CB0352
Complementary color
Monochromatic Colors of #CB0352
Black with #CB0352
Text Example
Text Example
White with #CB0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0352; }
p { color: rgb(203,3,82); }
H1.HeaderClassName
{
color: #CB0352;
}
.AnyTagClassName
{
color: #CB0352;
}
</style>
background-color css
<style>
a { background-color: #CB0352; }
a { background-color: rgb(203,3,82); }
div.DivClassName
{
background-color: #CB0352;
}
.BgClassName
{
background-color: #CB0352;
}
</style>
border-color css
<style>
span { border-color: #CB0352; }
span { border-color: rgb(203,3,82); }
td.TdClassName
{
border-color: #CB0352;
}
.TagClassName
{
border-color: #CB0352;
}
</style>