Shades of Razzmatazz #C4004F
Tints of Razzmatazz #C4004F
RGB
CMYK
RGB Variations
Color information
#C4004F (or 0xC4004F) is known color: Razzmatazz. HEX triplet: C4, 00 and 4F. RGB value is (196,0,79). Sum of RGB (Red+Green+Blue) = 196+0+79=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4004F is #3BFFB0. Grayscale: #434343. Windows color (decimal): -3932081 or 5177540. OLE color: 5177540.
HSL color Cylindrical-coordinate representation of color #C4004F: hue angle of 335.82º 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 #C4004F is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.60 | 0.23 |
| HSL | 335.82º | 1% | 0.38% | - |
| HSV(B) | 335.82º | 1% | 0.77% | - |
| XYZ | 24.18 | 12.3 | 8.5 | - |
| YUV | 67.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 79 | 0 | 1 | 0.60 | 0.23 | 335.82 | 1 | 0.38 |
| Hex | C4 | 0 | 4F | 0 | 64 | 3C | 17 | 150 | 64 | 26 |
| Octal | 304 | 0 | 117 | 0 | 144 | 74 | 27 | 520 | 144 | 46 |
| Binary | 11000100 | 0 | 1001111 | 0 | 1100100 | 111100 | 10111 | 101010000 | 1100100 | 100110 |
Color Harmonies of #C4004F
Complementary color
Monochromatic Colors of #C4004F
Black with #C4004F
Text Example
Text Example
White with #C4004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4004F; }
p { color: rgb(196,0,79); }
H1.HeaderClassName
{
color: #C4004F;
}
.AnyTagClassName
{
color: #C4004F;
}
</style>
background-color css
<style>
a { background-color: #C4004F; }
a { background-color: rgb(196,0,79); }
div.DivClassName
{
background-color: #C4004F;
}
.BgClassName
{
background-color: #C4004F;
}
</style>
border-color css
<style>
span { border-color: #C4004F; }
span { border-color: rgb(196,0,79); }
td.TdClassName
{
border-color: #C4004F;
}
.TagClassName
{
border-color: #C4004F;
}
</style>