Shades of Razzmatazz #C9004A
Tints of Razzmatazz #C9004A
RGB
CMYK
RGB Variations
Color information
#C9004A (or 0xC9004A) is known color: Razzmatazz. HEX triplet: C9, 00 and 4A. RGB value is (201,0,74). Sum of RGB (Red+Green+Blue) = 201+0+74=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C9004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9004A is #36FFB5. Grayscale: #444444. Windows color (decimal): -3604406 or 4849865. OLE color: 4849865.
HSL color Cylindrical-coordinate representation of color #C9004A: hue angle of 337.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9004A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.63 | 0.21 |
| HSL | 337.91º | 1% | 0.39% | - |
| HSV(B) | 337.91º | 1% | 0.79% | - |
| XYZ | 25.32 | 12.91 | 7.64 | - |
| YUV | 68.54 | 131.09 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 74 | 0 | 1 | 0.63 | 0.21 | 337.91 | 1 | 0.39 |
| Hex | C9 | 0 | 4A | 0 | 64 | 3F | 15 | 152 | 64 | 27 |
| Octal | 311 | 0 | 112 | 0 | 144 | 77 | 25 | 522 | 144 | 47 |
| Binary | 11001001 | 0 | 1001010 | 0 | 1100100 | 111111 | 10101 | 101010010 | 1100100 | 100111 |
Color Harmonies of #C9004A
Complementary color
Monochromatic Colors of #C9004A
Black with #C9004A
Text Example
Text Example
White with #C9004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9004A; }
p { color: rgb(201,0,74); }
H1.HeaderClassName
{
color: #C9004A;
}
.AnyTagClassName
{
color: #C9004A;
}
</style>
background-color css
<style>
a { background-color: #C9004A; }
a { background-color: rgb(201,0,74); }
div.DivClassName
{
background-color: #C9004A;
}
.BgClassName
{
background-color: #C9004A;
}
</style>
border-color css
<style>
span { border-color: #C9004A; }
span { border-color: rgb(201,0,74); }
td.TdClassName
{
border-color: #C9004A;
}
.TagClassName
{
border-color: #C9004A;
}
</style>