Shades of Razzmatazz #C7004E
Tints of Razzmatazz #C7004E
RGB
CMYK
RGB Variations
Color information
#C7004E (or 0xC7004E) is known color: Razzmatazz. HEX triplet: C7, 00 and 4E. RGB value is (199,0,78). Sum of RGB (Red+Green+Blue) = 199+0+78=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7004E is #38FFB1. Grayscale: #444444. Windows color (decimal): -3735474 or 5112007. OLE color: 5112007.
HSL color Cylindrical-coordinate representation of color #C7004E: hue angle of 336.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7004E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.61 | 0.22 |
| HSL | 336.48º | 1% | 0.39% | - |
| HSV(B) | 336.48º | 1% | 0.78% | - |
| XYZ | 24.93 | 12.69 | 8.34 | - |
| YUV | 68.39 | 133.43 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 78 | 0 | 1 | 0.61 | 0.22 | 336.48 | 1 | 0.39 |
| Hex | C7 | 0 | 4E | 0 | 64 | 3D | 16 | 150 | 64 | 27 |
| Octal | 307 | 0 | 116 | 0 | 144 | 75 | 26 | 520 | 144 | 47 |
| Binary | 11000111 | 0 | 1001110 | 0 | 1100100 | 111101 | 10110 | 101010000 | 1100100 | 100111 |
Color Harmonies of #C7004E
Complementary color
Monochromatic Colors of #C7004E
Black with #C7004E
Text Example
Text Example
White with #C7004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7004E; }
p { color: rgb(199,0,78); }
H1.HeaderClassName
{
color: #C7004E;
}
.AnyTagClassName
{
color: #C7004E;
}
</style>
background-color css
<style>
a { background-color: #C7004E; }
a { background-color: rgb(199,0,78); }
div.DivClassName
{
background-color: #C7004E;
}
.BgClassName
{
background-color: #C7004E;
}
</style>
border-color css
<style>
span { border-color: #C7004E; }
span { border-color: rgb(199,0,78); }
td.TdClassName
{
border-color: #C7004E;
}
.TagClassName
{
border-color: #C7004E;
}
</style>