Shades of Razzmatazz #C6054D
Tints of Razzmatazz #C6054D
RGB
CMYK
RGB Variations
Color information
#C6054D (or 0xC6054D) is known color: Razzmatazz. HEX triplet: C6, 05 and 4D. RGB value is (198,5,77). Sum of RGB (Red+Green+Blue) = 198+5+77=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6054D is #39FAB2. Grayscale: #464646. Windows color (decimal): -3799731 or 5047750. OLE color: 5047750.
HSL color Cylindrical-coordinate representation of color #C6054D: hue angle of 337.62º 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 #C6054D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.22 |
| HSL | 337.62º | 0.95% | 0.4% | - |
| HSV(B) | 337.62º | 0.97% | 0.78% | - |
| XYZ | 24.68 | 12.65 | 8.16 | - |
| YUV | 70.92 | 131.44 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 77 | 0 | 0.97 | 0.61 | 0.22 | 337.62 | 0.95 | 0.4 |
| Hex | C6 | 5 | 4D | 0 | 61 | 3D | 16 | 152 | 5F | 28 |
| Octal | 306 | 5 | 115 | 0 | 141 | 75 | 26 | 522 | 137 | 50 |
| Binary | 11000110 | 101 | 1001101 | 0 | 1100001 | 111101 | 10110 | 101010010 | 1011111 | 101000 |
Color Harmonies of #C6054D
Complementary color
Monochromatic Colors of #C6054D
Black with #C6054D
Text Example
Text Example
White with #C6054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6054D; }
p { color: rgb(198,5,77); }
H1.HeaderClassName
{
color: #C6054D;
}
.AnyTagClassName
{
color: #C6054D;
}
</style>
background-color css
<style>
a { background-color: #C6054D; }
a { background-color: rgb(198,5,77); }
div.DivClassName
{
background-color: #C6054D;
}
.BgClassName
{
background-color: #C6054D;
}
</style>
border-color css
<style>
span { border-color: #C6054D; }
span { border-color: rgb(198,5,77); }
td.TdClassName
{
border-color: #C6054D;
}
.TagClassName
{
border-color: #C6054D;
}
</style>