Shades of Razzmatazz #C6074E
Tints of Razzmatazz #C6074E
RGB
CMYK
RGB Variations
Color information
#C6074E (or 0xC6074E) is known color: Razzmatazz. HEX triplet: C6, 07 and 4E. RGB value is (198,7,78). Sum of RGB (Red+Green+Blue) = 198+7+78=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6074E is #39F8B1. Grayscale: #484848. Windows color (decimal): -3799218 or 5113798. OLE color: 5113798.
HSL color Cylindrical-coordinate representation of color #C6074E: hue angle of 337.7º 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 #C6074E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 78 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.22 |
| HSL | 337.7º | 0.93% | 0.4% | - |
| HSV(B) | 337.7º | 0.96% | 0.78% | - |
| XYZ | 24.74 | 12.71 | 8.36 | - |
| YUV | 72.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 78 | 0 | 0.96 | 0.61 | 0.22 | 337.7 | 0.93 | 0.4 |
| Hex | C6 | 7 | 4E | 0 | 60 | 3D | 16 | 152 | 5D | 28 |
| Octal | 306 | 7 | 116 | 0 | 140 | 75 | 26 | 522 | 135 | 50 |
| Binary | 11000110 | 111 | 1001110 | 0 | 1100000 | 111101 | 10110 | 101010010 | 1011101 | 101000 |
Color Harmonies of #C6074E
Complementary color
Monochromatic Colors of #C6074E
Black with #C6074E
Text Example
Text Example
White with #C6074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6074E; }
p { color: rgb(198,7,78); }
H1.HeaderClassName
{
color: #C6074E;
}
.AnyTagClassName
{
color: #C6074E;
}
</style>
background-color css
<style>
a { background-color: #C6074E; }
a { background-color: rgb(198,7,78); }
div.DivClassName
{
background-color: #C6074E;
}
.BgClassName
{
background-color: #C6074E;
}
</style>
border-color css
<style>
span { border-color: #C6074E; }
span { border-color: rgb(198,7,78); }
td.TdClassName
{
border-color: #C6074E;
}
.TagClassName
{
border-color: #C6074E;
}
</style>