Shades of Razzmatazz #C7054C
Tints of Razzmatazz #C7054C
RGB
CMYK
RGB Variations
Color information
#C7054C (or 0xC7054C) is known color: Razzmatazz. HEX triplet: C7, 05 and 4C. RGB value is (199,5,76). Sum of RGB (Red+Green+Blue) = 199+5+76=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7054C is #38FAB3. Grayscale: #474747. Windows color (decimal): -3734196 or 4982215. OLE color: 4982215.
HSL color Cylindrical-coordinate representation of color #C7054C: hue angle of 338.04º 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 #C7054C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.22 |
| HSL | 338.04º | 0.95% | 0.4% | - |
| HSV(B) | 338.04º | 0.97% | 0.78% | - |
| XYZ | 24.91 | 12.77 | 7.99 | - |
| YUV | 71.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 76 | 0 | 0.97 | 0.62 | 0.22 | 338.04 | 0.95 | 0.4 |
| Hex | C7 | 5 | 4C | 0 | 61 | 3E | 16 | 152 | 5F | 28 |
| Octal | 307 | 5 | 114 | 0 | 141 | 76 | 26 | 522 | 137 | 50 |
| Binary | 11000111 | 101 | 1001100 | 0 | 1100001 | 111110 | 10110 | 101010010 | 1011111 | 101000 |
Color Harmonies of #C7054C
Complementary color
Monochromatic Colors of #C7054C
Black with #C7054C
Text Example
Text Example
White with #C7054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7054C; }
p { color: rgb(199,5,76); }
H1.HeaderClassName
{
color: #C7054C;
}
.AnyTagClassName
{
color: #C7054C;
}
</style>
background-color css
<style>
a { background-color: #C7054C; }
a { background-color: rgb(199,5,76); }
div.DivClassName
{
background-color: #C7054C;
}
.BgClassName
{
background-color: #C7054C;
}
</style>
border-color css
<style>
span { border-color: #C7054C; }
span { border-color: rgb(199,5,76); }
td.TdClassName
{
border-color: #C7054C;
}
.TagClassName
{
border-color: #C7054C;
}
</style>