Shades of Razzmatazz #C7004C
Tints of Razzmatazz #C7004C
RGB
CMYK
RGB Variations
Color information
#C7004C (or 0xC7004C) is known color: Razzmatazz. HEX triplet: C7, 00 and 4C. RGB value is (199,0,76). Sum of RGB (Red+Green+Blue) = 199+0+76=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7004C is #38FFB3. Grayscale: #444444. Windows color (decimal): -3735476 or 4980935. OLE color: 4980935.
HSL color Cylindrical-coordinate representation of color #C7004C: hue angle of 337.09º 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 #C7004C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.62 | 0.22 |
| HSL | 337.09º | 1% | 0.39% | - |
| HSV(B) | 337.09º | 1% | 0.78% | - |
| XYZ | 24.86 | 12.66 | 7.97 | - |
| YUV | 68.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 76 | 0 | 1 | 0.62 | 0.22 | 337.09 | 1 | 0.39 |
| Hex | C7 | 0 | 4C | 0 | 64 | 3E | 16 | 151 | 64 | 27 |
| Octal | 307 | 0 | 114 | 0 | 144 | 76 | 26 | 521 | 144 | 47 |
| Binary | 11000111 | 0 | 1001100 | 0 | 1100100 | 111110 | 10110 | 101010001 | 1100100 | 100111 |
Color Harmonies of #C7004C
Complementary color
Monochromatic Colors of #C7004C
Black with #C7004C
Text Example
Text Example
White with #C7004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7004C; }
p { color: rgb(199,0,76); }
H1.HeaderClassName
{
color: #C7004C;
}
.AnyTagClassName
{
color: #C7004C;
}
</style>
background-color css
<style>
a { background-color: #C7004C; }
a { background-color: rgb(199,0,76); }
div.DivClassName
{
background-color: #C7004C;
}
.BgClassName
{
background-color: #C7004C;
}
</style>
border-color css
<style>
span { border-color: #C7004C; }
span { border-color: rgb(199,0,76); }
td.TdClassName
{
border-color: #C7004C;
}
.TagClassName
{
border-color: #C7004C;
}
</style>