Shades of Razzmatazz #C9044E
Tints of Razzmatazz #C9044E
RGB
CMYK
RGB Variations
Color information
#C9044E (or 0xC9044E) is known color: Razzmatazz. HEX triplet: C9, 04 and 4E. RGB value is (201,4,78). Sum of RGB (Red+Green+Blue) = 201+4+78=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9044E is #36FBB1. Grayscale: #474747. Windows color (decimal): -3603378 or 5113033. OLE color: 5113033.
HSL color Cylindrical-coordinate representation of color #C9044E: hue angle of 337.46º 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 #C9044E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.21 |
| HSL | 337.46º | 0.96% | 0.4% | - |
| HSV(B) | 337.46º | 0.98% | 0.79% | - |
| XYZ | 25.51 | 13.05 | 8.38 | - |
| YUV | 71.34 | 131.77 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 78 | 0 | 0.98 | 0.61 | 0.21 | 337.46 | 0.96 | 0.4 |
| Hex | C9 | 4 | 4E | 0 | 62 | 3D | 15 | 151 | 60 | 28 |
| Octal | 311 | 4 | 116 | 0 | 142 | 75 | 25 | 521 | 140 | 50 |
| Binary | 11001001 | 100 | 1001110 | 0 | 1100010 | 111101 | 10101 | 101010001 | 1100000 | 101000 |
Color Harmonies of #C9044E
Complementary color
Monochromatic Colors of #C9044E
Black with #C9044E
Text Example
Text Example
White with #C9044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9044E; }
p { color: rgb(201,4,78); }
H1.HeaderClassName
{
color: #C9044E;
}
.AnyTagClassName
{
color: #C9044E;
}
</style>
background-color css
<style>
a { background-color: #C9044E; }
a { background-color: rgb(201,4,78); }
div.DivClassName
{
background-color: #C9044E;
}
.BgClassName
{
background-color: #C9044E;
}
</style>
border-color css
<style>
span { border-color: #C9044E; }
span { border-color: rgb(201,4,78); }
td.TdClassName
{
border-color: #C9044E;
}
.TagClassName
{
border-color: #C9044E;
}
</style>