Shades of Razzmatazz #C4004C
Tints of Razzmatazz #C4004C
RGB
CMYK
RGB Variations
Color information
#C4004C (or 0xC4004C) is known color: Razzmatazz. HEX triplet: C4, 00 and 4C. RGB value is (196,0,76). Sum of RGB (Red+Green+Blue) = 196+0+76=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C4004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4004C is #3BFFB3. Grayscale: #434343. Windows color (decimal): -3932084 or 4980932. OLE color: 4980932.
HSL color Cylindrical-coordinate representation of color #C4004C: hue angle of 336.73º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4004C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.61 | 0.23 |
| HSL | 336.73º | 1% | 0.38% | - |
| HSV(B) | 336.73º | 1% | 0.77% | - |
| XYZ | 24.07 | 12.26 | 7.93 | - |
| YUV | 67.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 76 | 0 | 1 | 0.61 | 0.23 | 336.73 | 1 | 0.38 |
| Hex | C4 | 0 | 4C | 0 | 64 | 3D | 17 | 151 | 64 | 26 |
| Octal | 304 | 0 | 114 | 0 | 144 | 75 | 27 | 521 | 144 | 46 |
| Binary | 11000100 | 0 | 1001100 | 0 | 1100100 | 111101 | 10111 | 101010001 | 1100100 | 100110 |
Color Harmonies of #C4004C
Complementary color
Monochromatic Colors of #C4004C
Black with #C4004C
Text Example
Text Example
White with #C4004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4004C; }
p { color: rgb(196,0,76); }
H1.HeaderClassName
{
color: #C4004C;
}
.AnyTagClassName
{
color: #C4004C;
}
</style>
background-color css
<style>
a { background-color: #C4004C; }
a { background-color: rgb(196,0,76); }
div.DivClassName
{
background-color: #C4004C;
}
.BgClassName
{
background-color: #C4004C;
}
</style>
border-color css
<style>
span { border-color: #C4004C; }
span { border-color: rgb(196,0,76); }
td.TdClassName
{
border-color: #C4004C;
}
.TagClassName
{
border-color: #C4004C;
}
</style>