Shades of Razzmatazz #C7005B
Tints of Razzmatazz #C7005B
RGB
CMYK
RGB Variations
Color information
#C7005B (or 0xC7005B) is known color: Razzmatazz. HEX triplet: C7, 00 and 5B. RGB value is (199,0,91). Sum of RGB (Red+Green+Blue) = 199+0+91=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C7005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7005B is #38FFA4. Grayscale: #454545. Windows color (decimal): -3735461 or 5963975. OLE color: 5963975.
HSL color Cylindrical-coordinate representation of color #C7005B: hue angle of 332.56º 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 #C7005B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.54 | 0.22 |
| HSL | 332.56º | 1% | 0.39% | - |
| HSV(B) | 332.56º | 1% | 0.78% | - |
| XYZ | 25.44 | 12.9 | 11.05 | - |
| YUV | 69.88 | 139.93 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 91 | 0 | 1 | 0.54 | 0.22 | 332.56 | 1 | 0.39 |
| Hex | C7 | 0 | 5B | 0 | 64 | 36 | 16 | 14D | 64 | 27 |
| Octal | 307 | 0 | 133 | 0 | 144 | 66 | 26 | 515 | 144 | 47 |
| Binary | 11000111 | 0 | 1011011 | 0 | 1100100 | 110110 | 10110 | 101001101 | 1100100 | 100111 |
Color Harmonies of #C7005B
Complementary color
Monochromatic Colors of #C7005B
Black with #C7005B
Text Example
Text Example
White with #C7005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7005B; }
p { color: rgb(199,0,91); }
H1.HeaderClassName
{
color: #C7005B;
}
.AnyTagClassName
{
color: #C7005B;
}
</style>
background-color css
<style>
a { background-color: #C7005B; }
a { background-color: rgb(199,0,91); }
div.DivClassName
{
background-color: #C7005B;
}
.BgClassName
{
background-color: #C7005B;
}
</style>
border-color css
<style>
span { border-color: #C7005B; }
span { border-color: rgb(199,0,91); }
td.TdClassName
{
border-color: #C7005B;
}
.TagClassName
{
border-color: #C7005B;
}
</style>