Shades of Razzmatazz #C5004C
Tints of Razzmatazz #C5004C
RGB
CMYK
RGB Variations
Color information
#C5004C (or 0xC5004C) is known color: Razzmatazz. HEX triplet: C5, 00 and 4C. RGB value is (197,0,76). Sum of RGB (Red+Green+Blue) = 197+0+76=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5004C is #3AFFB3. Grayscale: #434343. Windows color (decimal): -3866548 or 4980933. OLE color: 4980933.
HSL color Cylindrical-coordinate representation of color #C5004C: hue angle of 336.85º 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 #C5004C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.61 | 0.23 |
| HSL | 336.85º | 1% | 0.39% | - |
| HSV(B) | 336.85º | 1% | 0.77% | - |
| XYZ | 24.33 | 12.39 | 7.95 | - |
| YUV | 67.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 76 | 0 | 1 | 0.61 | 0.23 | 336.85 | 1 | 0.39 |
| Hex | C5 | 0 | 4C | 0 | 64 | 3D | 17 | 151 | 64 | 27 |
| Octal | 305 | 0 | 114 | 0 | 144 | 75 | 27 | 521 | 144 | 47 |
| Binary | 11000101 | 0 | 1001100 | 0 | 1100100 | 111101 | 10111 | 101010001 | 1100100 | 100111 |
Color Harmonies of #C5004C
Complementary color
Monochromatic Colors of #C5004C
Black with #C5004C
Text Example
Text Example
White with #C5004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5004C; }
p { color: rgb(197,0,76); }
H1.HeaderClassName
{
color: #C5004C;
}
.AnyTagClassName
{
color: #C5004C;
}
</style>
background-color css
<style>
a { background-color: #C5004C; }
a { background-color: rgb(197,0,76); }
div.DivClassName
{
background-color: #C5004C;
}
.BgClassName
{
background-color: #C5004C;
}
</style>
border-color css
<style>
span { border-color: #C5004C; }
span { border-color: rgb(197,0,76); }
td.TdClassName
{
border-color: #C5004C;
}
.TagClassName
{
border-color: #C5004C;
}
</style>