Shades of Razzmatazz #C70051
Tints of Razzmatazz #C70051
RGB
CMYK
RGB Variations
Color information
#C70051 (or 0xC70051) is known color: Razzmatazz. HEX triplet: C7, 00 and 51. RGB value is (199,0,81). Sum of RGB (Red+Green+Blue) = 199+0+81=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C70051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70051 is #38FFAE. Grayscale: #444444. Windows color (decimal): -3735471 or 5308615. OLE color: 5308615.
HSL color Cylindrical-coordinate representation of color #C70051: hue angle of 335.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70051 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.59 | 0.22 |
| HSL | 335.58º | 1% | 0.39% | - |
| HSV(B) | 335.58º | 1% | 0.78% | - |
| XYZ | 25.04 | 12.74 | 8.92 | - |
| YUV | 68.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 81 | 0 | 1 | 0.59 | 0.22 | 335.58 | 1 | 0.39 |
| Hex | C7 | 0 | 51 | 0 | 64 | 3B | 16 | 150 | 64 | 27 |
| Octal | 307 | 0 | 121 | 0 | 144 | 73 | 26 | 520 | 144 | 47 |
| Binary | 11000111 | 0 | 1010001 | 0 | 1100100 | 111011 | 10110 | 101010000 | 1100100 | 100111 |
Color Harmonies of #C70051
Complementary color
Monochromatic Colors of #C70051
Black with #C70051
Text Example
Text Example
White with #C70051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70051; }
p { color: rgb(199,0,81); }
H1.HeaderClassName
{
color: #C70051;
}
.AnyTagClassName
{
color: #C70051;
}
</style>
background-color css
<style>
a { background-color: #C70051; }
a { background-color: rgb(199,0,81); }
div.DivClassName
{
background-color: #C70051;
}
.BgClassName
{
background-color: #C70051;
}
</style>
border-color css
<style>
span { border-color: #C70051; }
span { border-color: rgb(199,0,81); }
td.TdClassName
{
border-color: #C70051;
}
.TagClassName
{
border-color: #C70051;
}
</style>