Shades of Razzmatazz #C40551
Tints of Razzmatazz #C40551
RGB
CMYK
RGB Variations
Color information
#C40551 (or 0xC40551) is known color: Razzmatazz. HEX triplet: C4, 05 and 51. RGB value is (196,5,81). Sum of RGB (Red+Green+Blue) = 196+5+81=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C40551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40551 is #3BFAAE. Grayscale: #464646. Windows color (decimal): -3930799 or 5309892. OLE color: 5309892.
HSL color Cylindrical-coordinate representation of color #C40551: hue angle of 336.13º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40551 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.23 |
| HSL | 336.13º | 0.95% | 0.39% | - |
| HSV(B) | 336.13º | 0.97% | 0.77% | - |
| XYZ | 24.3 | 12.44 | 8.9 | - |
| YUV | 70.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 81 | 0 | 0.97 | 0.59 | 0.23 | 336.13 | 0.95 | 0.39 |
| Hex | C4 | 5 | 51 | 0 | 61 | 3B | 17 | 150 | 5F | 27 |
| Octal | 304 | 5 | 121 | 0 | 141 | 73 | 27 | 520 | 137 | 47 |
| Binary | 11000100 | 101 | 1010001 | 0 | 1100001 | 111011 | 10111 | 101010000 | 1011111 | 100111 |
Color Harmonies of #C40551
Complementary color
Monochromatic Colors of #C40551
Black with #C40551
Text Example
Text Example
White with #C40551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40551; }
p { color: rgb(196,5,81); }
H1.HeaderClassName
{
color: #C40551;
}
.AnyTagClassName
{
color: #C40551;
}
</style>
background-color css
<style>
a { background-color: #C40551; }
a { background-color: rgb(196,5,81); }
div.DivClassName
{
background-color: #C40551;
}
.BgClassName
{
background-color: #C40551;
}
</style>
border-color css
<style>
span { border-color: #C40551; }
span { border-color: rgb(196,5,81); }
td.TdClassName
{
border-color: #C40551;
}
.TagClassName
{
border-color: #C40551;
}
</style>