Shades of Razzmatazz #C40054
Tints of Razzmatazz #C40054
RGB
CMYK
RGB Variations
Color information
#C40054 (or 0xC40054) is known color: Razzmatazz. HEX triplet: C4, 00 and 54. RGB value is (196,0,84). Sum of RGB (Red+Green+Blue) = 196+0+84=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C40054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40054 is #3BFFAB. Grayscale: #444444. Windows color (decimal): -3932076 or 5505220. OLE color: 5505220.
HSL color Cylindrical-coordinate representation of color #C40054: hue angle of 334.29º 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 #C40054 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.57 | 0.23 |
| HSL | 334.29º | 1% | 0.38% | - |
| HSV(B) | 334.29º | 1% | 0.77% | - |
| XYZ | 24.37 | 12.38 | 9.49 | - |
| YUV | 68.18 | 136.93 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 84 | 0 | 1 | 0.57 | 0.23 | 334.29 | 1 | 0.38 |
| Hex | C4 | 0 | 54 | 0 | 64 | 39 | 17 | 14E | 64 | 26 |
| Octal | 304 | 0 | 124 | 0 | 144 | 71 | 27 | 516 | 144 | 46 |
| Binary | 11000100 | 0 | 1010100 | 0 | 1100100 | 111001 | 10111 | 101001110 | 1100100 | 100110 |
Color Harmonies of #C40054
Complementary color
Monochromatic Colors of #C40054
Black with #C40054
Text Example
Text Example
White with #C40054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40054; }
p { color: rgb(196,0,84); }
H1.HeaderClassName
{
color: #C40054;
}
.AnyTagClassName
{
color: #C40054;
}
</style>
background-color css
<style>
a { background-color: #C40054; }
a { background-color: rgb(196,0,84); }
div.DivClassName
{
background-color: #C40054;
}
.BgClassName
{
background-color: #C40054;
}
</style>
border-color css
<style>
span { border-color: #C40054; }
span { border-color: rgb(196,0,84); }
td.TdClassName
{
border-color: #C40054;
}
.TagClassName
{
border-color: #C40054;
}
</style>