Shades of Razzmatazz #C7004A
Tints of Razzmatazz #C7004A
RGB
CMYK
RGB Variations
Color information
#C7004A (or 0xC7004A) is known color: Razzmatazz. HEX triplet: C7, 00 and 4A. RGB value is (199,0,74). Sum of RGB (Red+Green+Blue) = 199+0+74=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C7004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7004A is #38FFB5. Grayscale: #434343. Windows color (decimal): -3735478 or 4849863. OLE color: 4849863.
HSL color Cylindrical-coordinate representation of color #C7004A: hue angle of 337.69º 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 #C7004A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.63 | 0.22 |
| HSL | 337.69º | 1% | 0.39% | - |
| HSV(B) | 337.69º | 1% | 0.78% | - |
| XYZ | 24.79 | 12.64 | 7.61 | - |
| YUV | 67.94 | 131.43 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 74 | 0 | 1 | 0.63 | 0.22 | 337.69 | 1 | 0.39 |
| Hex | C7 | 0 | 4A | 0 | 64 | 3F | 16 | 152 | 64 | 27 |
| Octal | 307 | 0 | 112 | 0 | 144 | 77 | 26 | 522 | 144 | 47 |
| Binary | 11000111 | 0 | 1001010 | 0 | 1100100 | 111111 | 10110 | 101010010 | 1100100 | 100111 |
Color Harmonies of #C7004A
Complementary color
Monochromatic Colors of #C7004A
Black with #C7004A
Text Example
Text Example
White with #C7004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7004A; }
p { color: rgb(199,0,74); }
H1.HeaderClassName
{
color: #C7004A;
}
.AnyTagClassName
{
color: #C7004A;
}
</style>
background-color css
<style>
a { background-color: #C7004A; }
a { background-color: rgb(199,0,74); }
div.DivClassName
{
background-color: #C7004A;
}
.BgClassName
{
background-color: #C7004A;
}
</style>
border-color css
<style>
span { border-color: #C7004A; }
span { border-color: rgb(199,0,74); }
td.TdClassName
{
border-color: #C7004A;
}
.TagClassName
{
border-color: #C7004A;
}
</style>