Shades of Razzmatazz #C7074D
Tints of Razzmatazz #C7074D
RGB
CMYK
RGB Variations
Color information
#C7074D (or 0xC7074D) is known color: Razzmatazz. HEX triplet: C7, 07 and 4D. RGB value is (199,7,77). Sum of RGB (Red+Green+Blue) = 199+7+77=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7074D is #38F8B2. Grayscale: #484848. Windows color (decimal): -3733683 or 5048263. OLE color: 5048263.
HSL color Cylindrical-coordinate representation of color #C7074D: hue angle of 338.12º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7074D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.22 |
| HSL | 338.13º | 0.93% | 0.4% | - |
| HSV(B) | 338.13º | 0.96% | 0.78% | - |
| XYZ | 24.97 | 12.83 | 8.18 | - |
| YUV | 72.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 77 | 0 | 0.96 | 0.61 | 0.22 | 338.13 | 0.93 | 0.4 |
| Hex | C7 | 7 | 4D | 0 | 60 | 3D | 16 | 152 | 5D | 28 |
| Octal | 307 | 7 | 115 | 0 | 140 | 75 | 26 | 522 | 135 | 50 |
| Binary | 11000111 | 111 | 1001101 | 0 | 1100000 | 111101 | 10110 | 101010010 | 1011101 | 101000 |
Color Harmonies of #C7074D
Complementary color
Monochromatic Colors of #C7074D
Black with #C7074D
Text Example
Text Example
White with #C7074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7074D; }
p { color: rgb(199,7,77); }
H1.HeaderClassName
{
color: #C7074D;
}
.AnyTagClassName
{
color: #C7074D;
}
</style>
background-color css
<style>
a { background-color: #C7074D; }
a { background-color: rgb(199,7,77); }
div.DivClassName
{
background-color: #C7074D;
}
.BgClassName
{
background-color: #C7074D;
}
</style>
border-color css
<style>
span { border-color: #C7074D; }
span { border-color: rgb(199,7,77); }
td.TdClassName
{
border-color: #C7074D;
}
.TagClassName
{
border-color: #C7074D;
}
</style>