Shades of Razzmatazz #C9044D
Tints of Razzmatazz #C9044D
RGB
CMYK
RGB Variations
Color information
#C9044D (or 0xC9044D) is known color: Razzmatazz. HEX triplet: C9, 04 and 4D. RGB value is (201,4,77). Sum of RGB (Red+Green+Blue) = 201+4+77=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9044D is #36FBB2. Grayscale: #474747. Windows color (decimal): -3603379 or 5047497. OLE color: 5047497.
HSL color Cylindrical-coordinate representation of color #C9044D: hue angle of 337.77º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9044D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.21 |
| HSL | 337.77º | 0.96% | 0.4% | - |
| HSV(B) | 337.77º | 0.98% | 0.79% | - |
| XYZ | 25.47 | 13.04 | 8.2 | - |
| YUV | 71.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 77 | 0 | 0.98 | 0.62 | 0.21 | 337.77 | 0.96 | 0.4 |
| Hex | C9 | 4 | 4D | 0 | 62 | 3E | 15 | 152 | 60 | 28 |
| Octal | 311 | 4 | 115 | 0 | 142 | 76 | 25 | 522 | 140 | 50 |
| Binary | 11001001 | 100 | 1001101 | 0 | 1100010 | 111110 | 10101 | 101010010 | 1100000 | 101000 |
Color Harmonies of #C9044D
Complementary color
Monochromatic Colors of #C9044D
Black with #C9044D
Text Example
Text Example
White with #C9044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9044D; }
p { color: rgb(201,4,77); }
H1.HeaderClassName
{
color: #C9044D;
}
.AnyTagClassName
{
color: #C9044D;
}
</style>
background-color css
<style>
a { background-color: #C9044D; }
a { background-color: rgb(201,4,77); }
div.DivClassName
{
background-color: #C9044D;
}
.BgClassName
{
background-color: #C9044D;
}
</style>
border-color css
<style>
span { border-color: #C9044D; }
span { border-color: rgb(201,4,77); }
td.TdClassName
{
border-color: #C9044D;
}
.TagClassName
{
border-color: #C9044D;
}
</style>