Shades of Razzmatazz #C9094E
Tints of Razzmatazz #C9094E
RGB
CMYK
RGB Variations
Color information
#C9094E (or 0xC9094E) is known color: Razzmatazz. HEX triplet: C9, 09 and 4E. RGB value is (201,9,78). Sum of RGB (Red+Green+Blue) = 201+9+78=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9094E is #36F6B1. Grayscale: #4A4A4A. Windows color (decimal): -3602098 or 5114313. OLE color: 5114313.
HSL color Cylindrical-coordinate representation of color #C9094E: hue angle of 338.44º 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 #C9094E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.21 |
| HSL | 338.44º | 0.91% | 0.41% | - |
| HSV(B) | 338.44º | 0.96% | 0.79% | - |
| XYZ | 25.56 | 13.16 | 8.4 | - |
| YUV | 74.27 | 130.11 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 78 | 0 | 0.96 | 0.61 | 0.21 | 338.44 | 0.91 | 0.41 |
| Hex | C9 | 9 | 4E | 0 | 60 | 3D | 15 | 152 | 5B | 29 |
| Octal | 311 | 11 | 116 | 0 | 140 | 75 | 25 | 522 | 133 | 51 |
| Binary | 11001001 | 1001 | 1001110 | 0 | 1100000 | 111101 | 10101 | 101010010 | 1011011 | 101001 |
Color Harmonies of #C9094E
Complementary color
Monochromatic Colors of #C9094E
Black with #C9094E
Text Example
Text Example
White with #C9094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9094E; }
p { color: rgb(201,9,78); }
H1.HeaderClassName
{
color: #C9094E;
}
.AnyTagClassName
{
color: #C9094E;
}
</style>
background-color css
<style>
a { background-color: #C9094E; }
a { background-color: rgb(201,9,78); }
div.DivClassName
{
background-color: #C9094E;
}
.BgClassName
{
background-color: #C9094E;
}
</style>
border-color css
<style>
span { border-color: #C9094E; }
span { border-color: rgb(201,9,78); }
td.TdClassName
{
border-color: #C9094E;
}
.TagClassName
{
border-color: #C9094E;
}
</style>