Shades of Razzmatazz #C70550
Tints of Razzmatazz #C70550
RGB
CMYK
RGB Variations
Color information
#C70550 (or 0xC70550) is known color: Razzmatazz. HEX triplet: C7, 05 and 50. RGB value is (199,5,80). Sum of RGB (Red+Green+Blue) = 199+5+80=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C70550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70550 is #38FAAF. Grayscale: #474747. Windows color (decimal): -3734192 or 5244359. OLE color: 5244359.
HSL color Cylindrical-coordinate representation of color #C70550: hue angle of 336.8º 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 #C70550 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 80 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.22 |
| HSL | 336.8º | 0.95% | 0.4% | - |
| HSV(B) | 336.8º | 0.97% | 0.78% | - |
| XYZ | 25.06 | 12.83 | 8.75 | - |
| YUV | 71.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 80 | 0 | 0.97 | 0.60 | 0.22 | 336.8 | 0.95 | 0.4 |
| Hex | C7 | 5 | 50 | 0 | 61 | 3C | 16 | 151 | 5F | 28 |
| Octal | 307 | 5 | 120 | 0 | 141 | 74 | 26 | 521 | 137 | 50 |
| Binary | 11000111 | 101 | 1010000 | 0 | 1100001 | 111100 | 10110 | 101010001 | 1011111 | 101000 |
Color Harmonies of #C70550
Complementary color
Monochromatic Colors of #C70550
Black with #C70550
Text Example
Text Example
White with #C70550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70550; }
p { color: rgb(199,5,80); }
H1.HeaderClassName
{
color: #C70550;
}
.AnyTagClassName
{
color: #C70550;
}
</style>
background-color css
<style>
a { background-color: #C70550; }
a { background-color: rgb(199,5,80); }
div.DivClassName
{
background-color: #C70550;
}
.BgClassName
{
background-color: #C70550;
}
</style>
border-color css
<style>
span { border-color: #C70550; }
span { border-color: rgb(199,5,80); }
td.TdClassName
{
border-color: #C70550;
}
.TagClassName
{
border-color: #C70550;
}
</style>