Shades of Razzmatazz #C40159
Tints of Razzmatazz #C40159
RGB
CMYK
RGB Variations
Color information
#C40159 (or 0xC40159) is known color: Razzmatazz. HEX triplet: C4, 01 and 59. RGB value is (196,1,89). Sum of RGB (Red+Green+Blue) = 196+1+89=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C40159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40159 is #3BFEA6. Grayscale: #454545. Windows color (decimal): -3931815 or 5833156. OLE color: 5833156.
HSL color Cylindrical-coordinate representation of color #C40159: hue angle of 332.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 #C40159 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.23 |
| HSL | 332.92º | 0.99% | 0.39% | - |
| HSV(B) | 332.92º | 0.99% | 0.77% | - |
| XYZ | 24.58 | 12.48 | 10.56 | - |
| YUV | 69.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 89 | 0 | 0.99 | 0.55 | 0.23 | 332.92 | 0.99 | 0.39 |
| Hex | C4 | 1 | 59 | 0 | 63 | 37 | 17 | 14D | 63 | 27 |
| Octal | 304 | 1 | 131 | 0 | 143 | 67 | 27 | 515 | 143 | 47 |
| Binary | 11000100 | 1 | 1011001 | 0 | 1100011 | 110111 | 10111 | 101001101 | 1100011 | 100111 |
Color Harmonies of #C40159
Complementary color
Monochromatic Colors of #C40159
Black with #C40159
Text Example
Text Example
White with #C40159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40159; }
p { color: rgb(196,1,89); }
H1.HeaderClassName
{
color: #C40159;
}
.AnyTagClassName
{
color: #C40159;
}
</style>
background-color css
<style>
a { background-color: #C40159; }
a { background-color: rgb(196,1,89); }
div.DivClassName
{
background-color: #C40159;
}
.BgClassName
{
background-color: #C40159;
}
</style>
border-color css
<style>
span { border-color: #C40159; }
span { border-color: rgb(196,1,89); }
td.TdClassName
{
border-color: #C40159;
}
.TagClassName
{
border-color: #C40159;
}
</style>