Shades of Razzmatazz #C7054D
Tints of Razzmatazz #C7054D
RGB
CMYK
RGB Variations
Color information
#C7054D (or 0xC7054D) is known color: Razzmatazz. HEX triplet: C7, 05 and 4D. RGB value is (199,5,77). Sum of RGB (Red+Green+Blue) = 199+5+77=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7054D is #38FAB2. Grayscale: #474747. Windows color (decimal): -3734195 or 5047751. OLE color: 5047751.
HSL color Cylindrical-coordinate representation of color #C7054D: hue angle of 337.73º 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 #C7054D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.22 |
| HSL | 337.73º | 0.95% | 0.4% | - |
| HSV(B) | 337.73º | 0.97% | 0.78% | - |
| XYZ | 24.95 | 12.79 | 8.17 | - |
| YUV | 71.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 77 | 0 | 0.97 | 0.61 | 0.22 | 337.73 | 0.95 | 0.4 |
| Hex | C7 | 5 | 4D | 0 | 61 | 3D | 16 | 152 | 5F | 28 |
| Octal | 307 | 5 | 115 | 0 | 141 | 75 | 26 | 522 | 137 | 50 |
| Binary | 11000111 | 101 | 1001101 | 0 | 1100001 | 111101 | 10110 | 101010010 | 1011111 | 101000 |
Color Harmonies of #C7054D
Complementary color
Monochromatic Colors of #C7054D
Black with #C7054D
Text Example
Text Example
White with #C7054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7054D; }
p { color: rgb(199,5,77); }
H1.HeaderClassName
{
color: #C7054D;
}
.AnyTagClassName
{
color: #C7054D;
}
</style>
background-color css
<style>
a { background-color: #C7054D; }
a { background-color: rgb(199,5,77); }
div.DivClassName
{
background-color: #C7054D;
}
.BgClassName
{
background-color: #C7054D;
}
</style>
border-color css
<style>
span { border-color: #C7054D; }
span { border-color: rgb(199,5,77); }
td.TdClassName
{
border-color: #C7054D;
}
.TagClassName
{
border-color: #C7054D;
}
</style>