Shades of Razzmatazz #C70552
Tints of Razzmatazz #C70552
RGB
CMYK
RGB Variations
Color information
#C70552 (or 0xC70552) is known color: Razzmatazz. HEX triplet: C7, 05 and 52. RGB value is (199,5,82). Sum of RGB (Red+Green+Blue) = 199+5+82=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C70552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70552 is #38FAAD. Grayscale: #474747. Windows color (decimal): -3734190 or 5375431. OLE color: 5375431.
HSL color Cylindrical-coordinate representation of color #C70552: hue angle of 336.19º 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 #C70552 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 82 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.22 |
| HSL | 336.19º | 0.95% | 0.4% | - |
| HSV(B) | 336.19º | 0.97% | 0.78% | - |
| XYZ | 25.13 | 12.86 | 9.14 | - |
| YUV | 71.78 | 133.77 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 82 | 0 | 0.97 | 0.59 | 0.22 | 336.19 | 0.95 | 0.4 |
| Hex | C7 | 5 | 52 | 0 | 61 | 3B | 16 | 150 | 5F | 28 |
| Octal | 307 | 5 | 122 | 0 | 141 | 73 | 26 | 520 | 137 | 50 |
| Binary | 11000111 | 101 | 1010010 | 0 | 1100001 | 111011 | 10110 | 101010000 | 1011111 | 101000 |
Color Harmonies of #C70552
Complementary color
Monochromatic Colors of #C70552
Black with #C70552
Text Example
Text Example
White with #C70552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70552; }
p { color: rgb(199,5,82); }
H1.HeaderClassName
{
color: #C70552;
}
.AnyTagClassName
{
color: #C70552;
}
</style>
background-color css
<style>
a { background-color: #C70552; }
a { background-color: rgb(199,5,82); }
div.DivClassName
{
background-color: #C70552;
}
.BgClassName
{
background-color: #C70552;
}
</style>
border-color css
<style>
span { border-color: #C70552; }
span { border-color: rgb(199,5,82); }
td.TdClassName
{
border-color: #C70552;
}
.TagClassName
{
border-color: #C70552;
}
</style>