Shades of Razzmatazz #CC094D
Tints of Razzmatazz #CC094D
RGB
CMYK
RGB Variations
Color information
#CC094D (or 0xCC094D) is known color: Razzmatazz. HEX triplet: CC, 09 and 4D. RGB value is (204,9,77). Sum of RGB (Red+Green+Blue) = 204+9+77=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC094D is #33F6B2. Grayscale: #4A4A4A. Windows color (decimal): -3405491 or 5048780. OLE color: 5048780.
HSL color Cylindrical-coordinate representation of color #CC094D: hue angle of 339.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC094D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.2 |
| HSL | 339.08º | 0.92% | 0.42% | - |
| HSV(B) | 339.08º | 0.96% | 0.8% | - |
| XYZ | 26.34 | 13.57 | 8.25 | - |
| YUV | 75.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 77 | 0 | 0.96 | 0.62 | 0.2 | 339.08 | 0.92 | 0.42 |
| Hex | CC | 9 | 4D | 0 | 60 | 3E | 14 | 153 | 5C | 2A |
| Octal | 314 | 11 | 115 | 0 | 140 | 76 | 24 | 523 | 134 | 52 |
| Binary | 11001100 | 1001 | 1001101 | 0 | 1100000 | 111110 | 10100 | 101010011 | 1011100 | 101010 |
Color Harmonies of #CC094D
Complementary color
Monochromatic Colors of #CC094D
Black with #CC094D
Text Example
Text Example
White with #CC094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC094D; }
p { color: rgb(204,9,77); }
H1.HeaderClassName
{
color: #CC094D;
}
.AnyTagClassName
{
color: #CC094D;
}
</style>
background-color css
<style>
a { background-color: #CC094D; }
a { background-color: rgb(204,9,77); }
div.DivClassName
{
background-color: #CC094D;
}
.BgClassName
{
background-color: #CC094D;
}
</style>
border-color css
<style>
span { border-color: #CC094D; }
span { border-color: rgb(204,9,77); }
td.TdClassName
{
border-color: #CC094D;
}
.TagClassName
{
border-color: #CC094D;
}
</style>