Shades of Razzmatazz #C40153
Tints of Razzmatazz #C40153
RGB
CMYK
RGB Variations
Color information
#C40153 (or 0xC40153) is known color: Razzmatazz. HEX triplet: C4, 01 and 53. RGB value is (196,1,83). Sum of RGB (Red+Green+Blue) = 196+1+83=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C40153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40153 is #3BFEAC. Grayscale: #444444. Windows color (decimal): -3931821 or 5439940. OLE color: 5439940.
HSL color Cylindrical-coordinate representation of color #C40153: hue angle of 334.77º 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 #C40153 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.23 |
| HSL | 334.77º | 0.99% | 0.39% | - |
| HSV(B) | 334.77º | 0.99% | 0.77% | - |
| XYZ | 24.34 | 12.38 | 9.29 | - |
| YUV | 68.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 83 | 0 | 0.99 | 0.58 | 0.23 | 334.77 | 0.99 | 0.39 |
| Hex | C4 | 1 | 53 | 0 | 63 | 3A | 17 | 14F | 63 | 27 |
| Octal | 304 | 1 | 123 | 0 | 143 | 72 | 27 | 517 | 143 | 47 |
| Binary | 11000100 | 1 | 1010011 | 0 | 1100011 | 111010 | 10111 | 101001111 | 1100011 | 100111 |
Color Harmonies of #C40153
Complementary color
Monochromatic Colors of #C40153
Black with #C40153
Text Example
Text Example
White with #C40153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40153; }
p { color: rgb(196,1,83); }
H1.HeaderClassName
{
color: #C40153;
}
.AnyTagClassName
{
color: #C40153;
}
</style>
background-color css
<style>
a { background-color: #C40153; }
a { background-color: rgb(196,1,83); }
div.DivClassName
{
background-color: #C40153;
}
.BgClassName
{
background-color: #C40153;
}
</style>
border-color css
<style>
span { border-color: #C40153; }
span { border-color: rgb(196,1,83); }
td.TdClassName
{
border-color: #C40153;
}
.TagClassName
{
border-color: #C40153;
}
</style>