Shades of Razzmatazz #C8094D
Tints of Razzmatazz #C8094D
RGB
CMYK
RGB Variations
Color information
#C8094D (or 0xC8094D) is known color: Razzmatazz. HEX triplet: C8, 09 and 4D. RGB value is (200,9,77). Sum of RGB (Red+Green+Blue) = 200+9+77=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C8094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8094D is #37F6B2. Grayscale: #494949. Windows color (decimal): -3667635 or 5048776. OLE color: 5048776.
HSL color Cylindrical-coordinate representation of color #C8094D: hue angle of 338.64º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8094D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.22 |
| HSL | 338.64º | 0.91% | 0.41% | - |
| HSV(B) | 338.64º | 0.96% | 0.78% | - |
| XYZ | 25.26 | 13.01 | 8.2 | - |
| YUV | 73.86 | 129.78 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 77 | 0 | 0.96 | 0.62 | 0.22 | 338.64 | 0.91 | 0.41 |
| Hex | C8 | 9 | 4D | 0 | 60 | 3E | 16 | 153 | 5B | 29 |
| Octal | 310 | 11 | 115 | 0 | 140 | 76 | 26 | 523 | 133 | 51 |
| Binary | 11001000 | 1001 | 1001101 | 0 | 1100000 | 111110 | 10110 | 101010011 | 1011011 | 101001 |
Color Harmonies of #C8094D
Complementary color
Monochromatic Colors of #C8094D
Black with #C8094D
Text Example
Text Example
White with #C8094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8094D; }
p { color: rgb(200,9,77); }
H1.HeaderClassName
{
color: #C8094D;
}
.AnyTagClassName
{
color: #C8094D;
}
</style>
background-color css
<style>
a { background-color: #C8094D; }
a { background-color: rgb(200,9,77); }
div.DivClassName
{
background-color: #C8094D;
}
.BgClassName
{
background-color: #C8094D;
}
</style>
border-color css
<style>
span { border-color: #C8094D; }
span { border-color: rgb(200,9,77); }
td.TdClassName
{
border-color: #C8094D;
}
.TagClassName
{
border-color: #C8094D;
}
</style>