Shades of Razzmatazz #C6044E
Tints of Razzmatazz #C6044E
RGB
CMYK
RGB Variations
Color information
#C6044E (or 0xC6044E) is known color: Razzmatazz. HEX triplet: C6, 04 and 4E. RGB value is (198,4,78). Sum of RGB (Red+Green+Blue) = 198+4+78=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6044E is #39FBB1. Grayscale: #464646. Windows color (decimal): -3799986 or 5113030. OLE color: 5113030.
HSL color Cylindrical-coordinate representation of color #C6044E: hue angle of 337.11º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6044E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.22 |
| HSL | 337.11º | 0.96% | 0.4% | - |
| HSV(B) | 337.11º | 0.98% | 0.78% | - |
| XYZ | 24.71 | 12.64 | 8.35 | - |
| YUV | 70.44 | 132.27 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 78 | 0 | 0.98 | 0.61 | 0.22 | 337.11 | 0.96 | 0.4 |
| Hex | C6 | 4 | 4E | 0 | 62 | 3D | 16 | 151 | 60 | 28 |
| Octal | 306 | 4 | 116 | 0 | 142 | 75 | 26 | 521 | 140 | 50 |
| Binary | 11000110 | 100 | 1001110 | 0 | 1100010 | 111101 | 10110 | 101010001 | 1100000 | 101000 |
Color Harmonies of #C6044E
Complementary color
Monochromatic Colors of #C6044E
Black with #C6044E
Text Example
Text Example
White with #C6044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6044E; }
p { color: rgb(198,4,78); }
H1.HeaderClassName
{
color: #C6044E;
}
.AnyTagClassName
{
color: #C6044E;
}
</style>
background-color css
<style>
a { background-color: #C6044E; }
a { background-color: rgb(198,4,78); }
div.DivClassName
{
background-color: #C6044E;
}
.BgClassName
{
background-color: #C6044E;
}
</style>
border-color css
<style>
span { border-color: #C6044E; }
span { border-color: rgb(198,4,78); }
td.TdClassName
{
border-color: #C6044E;
}
.TagClassName
{
border-color: #C6044E;
}
</style>