Shades of Razzmatazz #C40155
Tints of Razzmatazz #C40155
RGB
CMYK
RGB Variations
Color information
#C40155 (or 0xC40155) is known color: Razzmatazz. HEX triplet: C4, 01 and 55. RGB value is (196,1,85). Sum of RGB (Red+Green+Blue) = 196+1+85=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C40155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40155 is #3BFEAA. Grayscale: #444444. Windows color (decimal): -3931819 or 5571012. OLE color: 5571012.
HSL color Cylindrical-coordinate representation of color #C40155: hue angle of 334.15º 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 #C40155 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.23 |
| HSL | 334.15º | 0.99% | 0.39% | - |
| HSV(B) | 334.15º | 0.99% | 0.77% | - |
| XYZ | 24.42 | 12.41 | 9.7 | - |
| YUV | 68.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 85 | 0 | 0.99 | 0.57 | 0.23 | 334.15 | 0.99 | 0.39 |
| Hex | C4 | 1 | 55 | 0 | 63 | 39 | 17 | 14E | 63 | 27 |
| Octal | 304 | 1 | 125 | 0 | 143 | 71 | 27 | 516 | 143 | 47 |
| Binary | 11000100 | 1 | 1010101 | 0 | 1100011 | 111001 | 10111 | 101001110 | 1100011 | 100111 |
Color Harmonies of #C40155
Complementary color
Monochromatic Colors of #C40155
Black with #C40155
Text Example
Text Example
White with #C40155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40155; }
p { color: rgb(196,1,85); }
H1.HeaderClassName
{
color: #C40155;
}
.AnyTagClassName
{
color: #C40155;
}
</style>
background-color css
<style>
a { background-color: #C40155; }
a { background-color: rgb(196,1,85); }
div.DivClassName
{
background-color: #C40155;
}
.BgClassName
{
background-color: #C40155;
}
</style>
border-color css
<style>
span { border-color: #C40155; }
span { border-color: rgb(196,1,85); }
td.TdClassName
{
border-color: #C40155;
}
.TagClassName
{
border-color: #C40155;
}
</style>