Shades of Razzmatazz #C5004D
Tints of Razzmatazz #C5004D
RGB
CMYK
RGB Variations
Color information
#C5004D (or 0xC5004D) is known color: Razzmatazz. HEX triplet: C5, 00 and 4D. RGB value is (197,0,77). Sum of RGB (Red+Green+Blue) = 197+0+77=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5004D is #3AFFB2. Grayscale: #434343. Windows color (decimal): -3866547 or 5046469. OLE color: 5046469.
HSL color Cylindrical-coordinate representation of color #C5004D: hue angle of 336.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5004D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.61 | 0.23 |
| HSL | 336.55º | 1% | 0.39% | - |
| HSV(B) | 336.55º | 1% | 0.77% | - |
| XYZ | 24.37 | 12.41 | 8.13 | - |
| YUV | 67.68 | 133.27 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 77 | 0 | 1 | 0.61 | 0.23 | 336.55 | 1 | 0.39 |
| Hex | C5 | 0 | 4D | 0 | 64 | 3D | 17 | 151 | 64 | 27 |
| Octal | 305 | 0 | 115 | 0 | 144 | 75 | 27 | 521 | 144 | 47 |
| Binary | 11000101 | 0 | 1001101 | 0 | 1100100 | 111101 | 10111 | 101010001 | 1100100 | 100111 |
Color Harmonies of #C5004D
Complementary color
Monochromatic Colors of #C5004D
Black with #C5004D
Text Example
Text Example
White with #C5004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5004D; }
p { color: rgb(197,0,77); }
H1.HeaderClassName
{
color: #C5004D;
}
.AnyTagClassName
{
color: #C5004D;
}
</style>
background-color css
<style>
a { background-color: #C5004D; }
a { background-color: rgb(197,0,77); }
div.DivClassName
{
background-color: #C5004D;
}
.BgClassName
{
background-color: #C5004D;
}
</style>
border-color css
<style>
span { border-color: #C5004D; }
span { border-color: rgb(197,0,77); }
td.TdClassName
{
border-color: #C5004D;
}
.TagClassName
{
border-color: #C5004D;
}
</style>