Shades of Razzmatazz #C70356
Tints of Razzmatazz #C70356
RGB
CMYK
RGB Variations
Color information
#C70356 (or 0xC70356) is known color: Razzmatazz. HEX triplet: C7, 03 and 56. RGB value is (199,3,86). Sum of RGB (Red+Green+Blue) = 199+3+86=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C70356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70356 is #38FCA9. Grayscale: #464646. Windows color (decimal): -3734698 or 5637063. OLE color: 5637063.
HSL color Cylindrical-coordinate representation of color #C70356: hue angle of 334.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70356 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.22 |
| HSL | 334.59º | 0.97% | 0.4% | - |
| HSV(B) | 334.59º | 0.98% | 0.78% | - |
| XYZ | 25.27 | 12.88 | 9.96 | - |
| YUV | 71.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 86 | 0 | 0.98 | 0.57 | 0.22 | 334.59 | 0.97 | 0.4 |
| Hex | C7 | 3 | 56 | 0 | 62 | 39 | 16 | 14F | 61 | 28 |
| Octal | 307 | 3 | 126 | 0 | 142 | 71 | 26 | 517 | 141 | 50 |
| Binary | 11000111 | 11 | 1010110 | 0 | 1100010 | 111001 | 10110 | 101001111 | 1100001 | 101000 |
Color Harmonies of #C70356
Complementary color
Monochromatic Colors of #C70356
Black with #C70356
Text Example
Text Example
White with #C70356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70356; }
p { color: rgb(199,3,86); }
H1.HeaderClassName
{
color: #C70356;
}
.AnyTagClassName
{
color: #C70356;
}
</style>
background-color css
<style>
a { background-color: #C70356; }
a { background-color: rgb(199,3,86); }
div.DivClassName
{
background-color: #C70356;
}
.BgClassName
{
background-color: #C70356;
}
</style>
border-color css
<style>
span { border-color: #C70356; }
span { border-color: rgb(199,3,86); }
td.TdClassName
{
border-color: #C70356;
}
.TagClassName
{
border-color: #C70356;
}
</style>