Shades of Razzmatazz #C9034E
Tints of Razzmatazz #C9034E
RGB
CMYK
RGB Variations
Color information
#C9034E (or 0xC9034E) is known color: Razzmatazz. HEX triplet: C9, 03 and 4E. RGB value is (201,3,78). Sum of RGB (Red+Green+Blue) = 201+3+78=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9034E is #36FCB1. Grayscale: #464646. Windows color (decimal): -3603634 or 5112777. OLE color: 5112777.
HSL color Cylindrical-coordinate representation of color #C9034E: hue angle of 337.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9034E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.21 |
| HSL | 337.27º | 0.97% | 0.4% | - |
| HSV(B) | 337.27º | 0.99% | 0.79% | - |
| XYZ | 25.5 | 13.03 | 8.38 | - |
| YUV | 70.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 78 | 0 | 0.99 | 0.61 | 0.21 | 337.27 | 0.97 | 0.4 |
| Hex | C9 | 3 | 4E | 0 | 63 | 3D | 15 | 151 | 61 | 28 |
| Octal | 311 | 3 | 116 | 0 | 143 | 75 | 25 | 521 | 141 | 50 |
| Binary | 11001001 | 11 | 1001110 | 0 | 1100011 | 111101 | 10101 | 101010001 | 1100001 | 101000 |
Color Harmonies of #C9034E
Complementary color
Monochromatic Colors of #C9034E
Black with #C9034E
Text Example
Text Example
White with #C9034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9034E; }
p { color: rgb(201,3,78); }
H1.HeaderClassName
{
color: #C9034E;
}
.AnyTagClassName
{
color: #C9034E;
}
</style>
background-color css
<style>
a { background-color: #C9034E; }
a { background-color: rgb(201,3,78); }
div.DivClassName
{
background-color: #C9034E;
}
.BgClassName
{
background-color: #C9034E;
}
</style>
border-color css
<style>
span { border-color: #C9034E; }
span { border-color: rgb(201,3,78); }
td.TdClassName
{
border-color: #C9034E;
}
.TagClassName
{
border-color: #C9034E;
}
</style>