Shades of Razzmatazz #C7005D
Tints of Razzmatazz #C7005D
RGB
CMYK
RGB Variations
Color information
#C7005D (or 0xC7005D) is known color: Razzmatazz. HEX triplet: C7, 00 and 5D. RGB value is (199,0,93). Sum of RGB (Red+Green+Blue) = 199+0+93=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7005D is #38FFA2. Grayscale: #454545. Windows color (decimal): -3735459 or 6095047. OLE color: 6095047.
HSL color Cylindrical-coordinate representation of color #C7005D: hue angle of 331.96º 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 #C7005D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.53 | 0.22 |
| HSL | 331.96º | 1% | 0.39% | - |
| HSV(B) | 331.96º | 1% | 0.78% | - |
| XYZ | 25.53 | 12.93 | 11.51 | - |
| YUV | 70.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 93 | 0 | 1 | 0.53 | 0.22 | 331.96 | 1 | 0.39 |
| Hex | C7 | 0 | 5D | 0 | 64 | 35 | 16 | 14C | 64 | 27 |
| Octal | 307 | 0 | 135 | 0 | 144 | 65 | 26 | 514 | 144 | 47 |
| Binary | 11000111 | 0 | 1011101 | 0 | 1100100 | 110101 | 10110 | 101001100 | 1100100 | 100111 |
Color Harmonies of #C7005D
Complementary color
Monochromatic Colors of #C7005D
Black with #C7005D
Text Example
Text Example
White with #C7005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7005D; }
p { color: rgb(199,0,93); }
H1.HeaderClassName
{
color: #C7005D;
}
.AnyTagClassName
{
color: #C7005D;
}
</style>
background-color css
<style>
a { background-color: #C7005D; }
a { background-color: rgb(199,0,93); }
div.DivClassName
{
background-color: #C7005D;
}
.BgClassName
{
background-color: #C7005D;
}
</style>
border-color css
<style>
span { border-color: #C7005D; }
span { border-color: rgb(199,0,93); }
td.TdClassName
{
border-color: #C7005D;
}
.TagClassName
{
border-color: #C7005D;
}
</style>