Shades of Razzmatazz #CB044C
Tints of Razzmatazz #CB044C
RGB
CMYK
RGB Variations
Color information
#CB044C (or 0xCB044C) is known color: Razzmatazz. HEX triplet: CB, 04 and 4C. RGB value is (203,4,76). Sum of RGB (Red+Green+Blue) = 203+4+76=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB044C is #34FBB3. Grayscale: #474747. Windows color (decimal): -3472308 or 4981963. OLE color: 4981963.
HSL color Cylindrical-coordinate representation of color #CB044C: hue angle of 338.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB044C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.20 |
| HSL | 338.29º | 0.96% | 0.41% | - |
| HSV(B) | 338.29º | 0.98% | 0.8% | - |
| XYZ | 25.98 | 13.31 | 8.04 | - |
| YUV | 71.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 76 | 0 | 0.98 | 0.63 | 0.20 | 338.29 | 0.96 | 0.41 |
| Hex | CB | 4 | 4C | 0 | 62 | 3F | 14 | 152 | 60 | 29 |
| Octal | 313 | 4 | 114 | 0 | 142 | 77 | 24 | 522 | 140 | 51 |
| Binary | 11001011 | 100 | 1001100 | 0 | 1100010 | 111111 | 10100 | 101010010 | 1100000 | 101001 |
Color Harmonies of #CB044C
Complementary color
Monochromatic Colors of #CB044C
Black with #CB044C
Text Example
Text Example
White with #CB044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB044C; }
p { color: rgb(203,4,76); }
H1.HeaderClassName
{
color: #CB044C;
}
.AnyTagClassName
{
color: #CB044C;
}
</style>
background-color css
<style>
a { background-color: #CB044C; }
a { background-color: rgb(203,4,76); }
div.DivClassName
{
background-color: #CB044C;
}
.BgClassName
{
background-color: #CB044C;
}
</style>
border-color css
<style>
span { border-color: #CB044C; }
span { border-color: rgb(203,4,76); }
td.TdClassName
{
border-color: #CB044C;
}
.TagClassName
{
border-color: #CB044C;
}
</style>