Shades of Razzmatazz #C70551
Tints of Razzmatazz #C70551
RGB
CMYK
RGB Variations
Color information
#C70551 (or 0xC70551) is known color: Razzmatazz. HEX triplet: C7, 05 and 51. RGB value is (199,5,81). Sum of RGB (Red+Green+Blue) = 199+5+81=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C70551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70551 is #38FAAE. Grayscale: #474747. Windows color (decimal): -3734191 or 5309895. OLE color: 5309895.
HSL color Cylindrical-coordinate representation of color #C70551: hue angle of 336.49º 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 #C70551 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.22 |
| HSL | 336.49º | 0.95% | 0.4% | - |
| HSV(B) | 336.49º | 0.97% | 0.78% | - |
| XYZ | 25.09 | 12.84 | 8.94 | - |
| YUV | 71.67 | 133.27 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 81 | 0 | 0.97 | 0.59 | 0.22 | 336.49 | 0.95 | 0.4 |
| Hex | C7 | 5 | 51 | 0 | 61 | 3B | 16 | 150 | 5F | 28 |
| Octal | 307 | 5 | 121 | 0 | 141 | 73 | 26 | 520 | 137 | 50 |
| Binary | 11000111 | 101 | 1010001 | 0 | 1100001 | 111011 | 10110 | 101010000 | 1011111 | 101000 |
Color Harmonies of #C70551
Complementary color
Monochromatic Colors of #C70551
Black with #C70551
Text Example
Text Example
White with #C70551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70551; }
p { color: rgb(199,5,81); }
H1.HeaderClassName
{
color: #C70551;
}
.AnyTagClassName
{
color: #C70551;
}
</style>
background-color css
<style>
a { background-color: #C70551; }
a { background-color: rgb(199,5,81); }
div.DivClassName
{
background-color: #C70551;
}
.BgClassName
{
background-color: #C70551;
}
</style>
border-color css
<style>
span { border-color: #C70551; }
span { border-color: rgb(199,5,81); }
td.TdClassName
{
border-color: #C70551;
}
.TagClassName
{
border-color: #C70551;
}
</style>