Shades of Razzmatazz #C6054C
Tints of Razzmatazz #C6054C
RGB
CMYK
RGB Variations
Color information
#C6054C (or 0xC6054C) is known color: Razzmatazz. HEX triplet: C6, 05 and 4C. RGB value is (198,5,76). Sum of RGB (Red+Green+Blue) = 198+5+76=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6054C is #39FAB3. Grayscale: #464646. Windows color (decimal): -3799732 or 4982214. OLE color: 4982214.
HSL color Cylindrical-coordinate representation of color #C6054C: hue angle of 337.93º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6054C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.22 |
| HSL | 337.93º | 0.95% | 0.4% | - |
| HSV(B) | 337.93º | 0.97% | 0.78% | - |
| XYZ | 24.65 | 12.64 | 7.98 | - |
| YUV | 70.8 | 130.94 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 76 | 0 | 0.97 | 0.62 | 0.22 | 337.93 | 0.95 | 0.4 |
| Hex | C6 | 5 | 4C | 0 | 61 | 3E | 16 | 152 | 5F | 28 |
| Octal | 306 | 5 | 114 | 0 | 141 | 76 | 26 | 522 | 137 | 50 |
| Binary | 11000110 | 101 | 1001100 | 0 | 1100001 | 111110 | 10110 | 101010010 | 1011111 | 101000 |
Color Harmonies of #C6054C
Complementary color
Monochromatic Colors of #C6054C
Black with #C6054C
Text Example
Text Example
White with #C6054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6054C; }
p { color: rgb(198,5,76); }
H1.HeaderClassName
{
color: #C6054C;
}
.AnyTagClassName
{
color: #C6054C;
}
</style>
background-color css
<style>
a { background-color: #C6054C; }
a { background-color: rgb(198,5,76); }
div.DivClassName
{
background-color: #C6054C;
}
.BgClassName
{
background-color: #C6054C;
}
</style>
border-color css
<style>
span { border-color: #C6054C; }
span { border-color: rgb(198,5,76); }
td.TdClassName
{
border-color: #C6054C;
}
.TagClassName
{
border-color: #C6054C;
}
</style>