Shades of Razzmatazz #C40150
Tints of Razzmatazz #C40150
RGB
CMYK
RGB Variations
Color information
#C40150 (or 0xC40150) is known color: Razzmatazz. HEX triplet: C4, 01 and 50. RGB value is (196,1,80). Sum of RGB (Red+Green+Blue) = 196+1+80=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C40150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40150 is #3BFEAF. Grayscale: #444444. Windows color (decimal): -3931824 or 5243332. OLE color: 5243332.
HSL color Cylindrical-coordinate representation of color #C40150: hue angle of 335.69º 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 #C40150 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.23 |
| HSL | 335.69º | 0.99% | 0.39% | - |
| HSV(B) | 335.69º | 0.99% | 0.77% | - |
| XYZ | 24.22 | 12.34 | 8.69 | - |
| YUV | 68.31 | 134.6 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 80 | 0 | 0.99 | 0.59 | 0.23 | 335.69 | 0.99 | 0.39 |
| Hex | C4 | 1 | 50 | 0 | 63 | 3B | 17 | 150 | 63 | 27 |
| Octal | 304 | 1 | 120 | 0 | 143 | 73 | 27 | 520 | 143 | 47 |
| Binary | 11000100 | 1 | 1010000 | 0 | 1100011 | 111011 | 10111 | 101010000 | 1100011 | 100111 |
Color Harmonies of #C40150
Complementary color
Monochromatic Colors of #C40150
Black with #C40150
Text Example
Text Example
White with #C40150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40150; }
p { color: rgb(196,1,80); }
H1.HeaderClassName
{
color: #C40150;
}
.AnyTagClassName
{
color: #C40150;
}
</style>
background-color css
<style>
a { background-color: #C40150; }
a { background-color: rgb(196,1,80); }
div.DivClassName
{
background-color: #C40150;
}
.BgClassName
{
background-color: #C40150;
}
</style>
border-color css
<style>
span { border-color: #C40150; }
span { border-color: rgb(196,1,80); }
td.TdClassName
{
border-color: #C40150;
}
.TagClassName
{
border-color: #C40150;
}
</style>