Shades of Razzmatazz #C40451
Tints of Razzmatazz #C40451
RGB
CMYK
RGB Variations
Color information
#C40451 (or 0xC40451) is known color: Razzmatazz. HEX triplet: C4, 04 and 51. RGB value is (196,4,81). Sum of RGB (Red+Green+Blue) = 196+4+81=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C40451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40451 is #3BFBAE. Grayscale: #464646. Windows color (decimal): -3931055 or 5309636. OLE color: 5309636.
HSL color Cylindrical-coordinate representation of color #C40451: hue angle of 335.94º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40451 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.23 |
| HSL | 335.94º | 0.96% | 0.39% | - |
| HSV(B) | 335.94º | 0.98% | 0.77% | - |
| XYZ | 24.29 | 12.42 | 8.9 | - |
| YUV | 70.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 81 | 0 | 0.98 | 0.59 | 0.23 | 335.94 | 0.96 | 0.39 |
| Hex | C4 | 4 | 51 | 0 | 62 | 3B | 17 | 150 | 60 | 27 |
| Octal | 304 | 4 | 121 | 0 | 142 | 73 | 27 | 520 | 140 | 47 |
| Binary | 11000100 | 100 | 1010001 | 0 | 1100010 | 111011 | 10111 | 101010000 | 1100000 | 100111 |
Color Harmonies of #C40451
Complementary color
Monochromatic Colors of #C40451
Black with #C40451
Text Example
Text Example
White with #C40451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40451; }
p { color: rgb(196,4,81); }
H1.HeaderClassName
{
color: #C40451;
}
.AnyTagClassName
{
color: #C40451;
}
</style>
background-color css
<style>
a { background-color: #C40451; }
a { background-color: rgb(196,4,81); }
div.DivClassName
{
background-color: #C40451;
}
.BgClassName
{
background-color: #C40451;
}
</style>
border-color css
<style>
span { border-color: #C40451; }
span { border-color: rgb(196,4,81); }
td.TdClassName
{
border-color: #C40451;
}
.TagClassName
{
border-color: #C40451;
}
</style>