Shades of Razzmatazz #C4004B
Tints of Razzmatazz #C4004B
RGB
CMYK
RGB Variations
Color information
#C4004B (or 0xC4004B) is known color: Razzmatazz. HEX triplet: C4, 00 and 4B. RGB value is (196,0,75). Sum of RGB (Red+Green+Blue) = 196+0+75=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C4004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4004B is #3BFFB4. Grayscale: #434343. Windows color (decimal): -3932085 or 4915396. OLE color: 4915396.
HSL color Cylindrical-coordinate representation of color #C4004B: hue angle of 337.04º 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 #C4004B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.62 | 0.23 |
| HSL | 337.04º | 1% | 0.38% | - |
| HSV(B) | 337.04º | 1% | 0.77% | - |
| XYZ | 24.03 | 12.24 | 7.75 | - |
| YUV | 67.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 75 | 0 | 1 | 0.62 | 0.23 | 337.04 | 1 | 0.38 |
| Hex | C4 | 0 | 4B | 0 | 64 | 3E | 17 | 151 | 64 | 26 |
| Octal | 304 | 0 | 113 | 0 | 144 | 76 | 27 | 521 | 144 | 46 |
| Binary | 11000100 | 0 | 1001011 | 0 | 1100100 | 111110 | 10111 | 101010001 | 1100100 | 100110 |
Color Harmonies of #C4004B
Complementary color
Monochromatic Colors of #C4004B
Black with #C4004B
Text Example
Text Example
White with #C4004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4004B; }
p { color: rgb(196,0,75); }
H1.HeaderClassName
{
color: #C4004B;
}
.AnyTagClassName
{
color: #C4004B;
}
</style>
background-color css
<style>
a { background-color: #C4004B; }
a { background-color: rgb(196,0,75); }
div.DivClassName
{
background-color: #C4004B;
}
.BgClassName
{
background-color: #C4004B;
}
</style>
border-color css
<style>
span { border-color: #C4004B; }
span { border-color: rgb(196,0,75); }
td.TdClassName
{
border-color: #C4004B;
}
.TagClassName
{
border-color: #C4004B;
}
</style>