Shades of Razzmatazz #C6074F
Tints of Razzmatazz #C6074F
RGB
CMYK
RGB Variations
Color information
#C6074F (or 0xC6074F) is known color: Razzmatazz. HEX triplet: C6, 07 and 4F. RGB value is (198,7,79). Sum of RGB (Red+Green+Blue) = 198+7+79=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C6074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6074F is #39F8B0. Grayscale: #484848. Windows color (decimal): -3799217 or 5179334. OLE color: 5179334.
HSL color Cylindrical-coordinate representation of color #C6074F: hue angle of 337.38º 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 #C6074F is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 79 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.22 |
| HSL | 337.38º | 0.93% | 0.4% | - |
| HSV(B) | 337.38º | 0.96% | 0.78% | - |
| XYZ | 24.78 | 12.72 | 8.55 | - |
| YUV | 72.32 | 131.78 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 79 | 0 | 0.96 | 0.60 | 0.22 | 337.38 | 0.93 | 0.4 |
| Hex | C6 | 7 | 4F | 0 | 60 | 3C | 16 | 151 | 5D | 28 |
| Octal | 306 | 7 | 117 | 0 | 140 | 74 | 26 | 521 | 135 | 50 |
| Binary | 11000110 | 111 | 1001111 | 0 | 1100000 | 111100 | 10110 | 101010001 | 1011101 | 101000 |
Color Harmonies of #C6074F
Complementary color
Monochromatic Colors of #C6074F
Black with #C6074F
Text Example
Text Example
White with #C6074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6074F; }
p { color: rgb(198,7,79); }
H1.HeaderClassName
{
color: #C6074F;
}
.AnyTagClassName
{
color: #C6074F;
}
</style>
background-color css
<style>
a { background-color: #C6074F; }
a { background-color: rgb(198,7,79); }
div.DivClassName
{
background-color: #C6074F;
}
.BgClassName
{
background-color: #C6074F;
}
</style>
border-color css
<style>
span { border-color: #C6074F; }
span { border-color: rgb(198,7,79); }
td.TdClassName
{
border-color: #C6074F;
}
.TagClassName
{
border-color: #C6074F;
}
</style>