Shades of Razzmatazz #C4004D
Tints of Razzmatazz #C4004D
RGB
CMYK
RGB Variations
Color information
#C4004D (or 0xC4004D) is known color: Razzmatazz. HEX triplet: C4, 00 and 4D. RGB value is (196,0,77). Sum of RGB (Red+Green+Blue) = 196+0+77=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4004D is #3BFFB2. Grayscale: #434343. Windows color (decimal): -3932083 or 5046468. OLE color: 5046468.
HSL color Cylindrical-coordinate representation of color #C4004D: hue angle of 336.43º 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 #C4004D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.61 | 0.23 |
| HSL | 336.43º | 1% | 0.38% | - |
| HSV(B) | 336.43º | 1% | 0.77% | - |
| XYZ | 24.1 | 12.27 | 8.12 | - |
| YUV | 67.38 | 133.43 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 77 | 0 | 1 | 0.61 | 0.23 | 336.43 | 1 | 0.38 |
| Hex | C4 | 0 | 4D | 0 | 64 | 3D | 17 | 150 | 64 | 26 |
| Octal | 304 | 0 | 115 | 0 | 144 | 75 | 27 | 520 | 144 | 46 |
| Binary | 11000100 | 0 | 1001101 | 0 | 1100100 | 111101 | 10111 | 101010000 | 1100100 | 100110 |
Color Harmonies of #C4004D
Complementary color
Monochromatic Colors of #C4004D
Black with #C4004D
Text Example
Text Example
White with #C4004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4004D; }
p { color: rgb(196,0,77); }
H1.HeaderClassName
{
color: #C4004D;
}
.AnyTagClassName
{
color: #C4004D;
}
</style>
background-color css
<style>
a { background-color: #C4004D; }
a { background-color: rgb(196,0,77); }
div.DivClassName
{
background-color: #C4004D;
}
.BgClassName
{
background-color: #C4004D;
}
</style>
border-color css
<style>
span { border-color: #C4004D; }
span { border-color: rgb(196,0,77); }
td.TdClassName
{
border-color: #C4004D;
}
.TagClassName
{
border-color: #C4004D;
}
</style>