Shades of Razzmatazz #C4014C
Tints of Razzmatazz #C4014C
RGB
CMYK
RGB Variations
Color information
#C4014C (or 0xC4014C) is known color: Razzmatazz. HEX triplet: C4, 01 and 4C. RGB value is (196,1,76). Sum of RGB (Red+Green+Blue) = 196+1+76=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4014C is #3BFEB3. Grayscale: #434343. Windows color (decimal): -3931828 or 4981188. OLE color: 4981188.
HSL color Cylindrical-coordinate representation of color #C4014C: hue angle of 336.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4014C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.23 |
| HSL | 336.92º | 0.99% | 0.39% | - |
| HSV(B) | 336.92º | 0.99% | 0.77% | - |
| XYZ | 24.08 | 12.28 | 7.94 | - |
| YUV | 67.86 | 132.6 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 76 | 0 | 0.99 | 0.61 | 0.23 | 336.92 | 0.99 | 0.39 |
| Hex | C4 | 1 | 4C | 0 | 63 | 3D | 17 | 151 | 63 | 27 |
| Octal | 304 | 1 | 114 | 0 | 143 | 75 | 27 | 521 | 143 | 47 |
| Binary | 11000100 | 1 | 1001100 | 0 | 1100011 | 111101 | 10111 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C4014C
Complementary color
Monochromatic Colors of #C4014C
Black with #C4014C
Text Example
Text Example
White with #C4014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4014C; }
p { color: rgb(196,1,76); }
H1.HeaderClassName
{
color: #C4014C;
}
.AnyTagClassName
{
color: #C4014C;
}
</style>
background-color css
<style>
a { background-color: #C4014C; }
a { background-color: rgb(196,1,76); }
div.DivClassName
{
background-color: #C4014C;
}
.BgClassName
{
background-color: #C4014C;
}
</style>
border-color css
<style>
span { border-color: #C4014C; }
span { border-color: rgb(196,1,76); }
td.TdClassName
{
border-color: #C4014C;
}
.TagClassName
{
border-color: #C4014C;
}
</style>