Shades of Razzmatazz #C9094D
Tints of Razzmatazz #C9094D
RGB
CMYK
RGB Variations
Color information
#C9094D (or 0xC9094D) is known color: Razzmatazz. HEX triplet: C9, 09 and 4D. RGB value is (201,9,77). Sum of RGB (Red+Green+Blue) = 201+9+77=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C9094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9094D is #36F6B2. Grayscale: #4A4A4A. Windows color (decimal): -3602099 or 5048777. OLE color: 5048777.
HSL color Cylindrical-coordinate representation of color #C9094D: hue angle of 338.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9094D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.21 |
| HSL | 338.75º | 0.91% | 0.41% | - |
| HSV(B) | 338.75º | 0.96% | 0.79% | - |
| XYZ | 25.52 | 13.15 | 8.21 | - |
| YUV | 74.16 | 129.61 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 77 | 0 | 0.96 | 0.62 | 0.21 | 338.75 | 0.91 | 0.41 |
| Hex | C9 | 9 | 4D | 0 | 60 | 3E | 15 | 153 | 5B | 29 |
| Octal | 311 | 11 | 115 | 0 | 140 | 76 | 25 | 523 | 133 | 51 |
| Binary | 11001001 | 1001 | 1001101 | 0 | 1100000 | 111110 | 10101 | 101010011 | 1011011 | 101001 |
Color Harmonies of #C9094D
Complementary color
Monochromatic Colors of #C9094D
Black with #C9094D
Text Example
Text Example
White with #C9094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9094D; }
p { color: rgb(201,9,77); }
H1.HeaderClassName
{
color: #C9094D;
}
.AnyTagClassName
{
color: #C9094D;
}
</style>
background-color css
<style>
a { background-color: #C9094D; }
a { background-color: rgb(201,9,77); }
div.DivClassName
{
background-color: #C9094D;
}
.BgClassName
{
background-color: #C9094D;
}
</style>
border-color css
<style>
span { border-color: #C9094D; }
span { border-color: rgb(201,9,77); }
td.TdClassName
{
border-color: #C9094D;
}
.TagClassName
{
border-color: #C9094D;
}
</style>