Shades of Razzmatazz #C50454
Tints of Razzmatazz #C50454
RGB
CMYK
RGB Variations
Color information
#C50454 (or 0xC50454) is known color: Razzmatazz. HEX triplet: C5, 04 and 54. RGB value is (197,4,84). Sum of RGB (Red+Green+Blue) = 197+4+84=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50454 is #3AFBAB. Grayscale: #464646. Windows color (decimal): -3865516 or 5506245. OLE color: 5506245.
HSL color Cylindrical-coordinate representation of color #C50454: hue angle of 335.13º 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 #C50454 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 84 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.23 |
| HSL | 335.13º | 0.96% | 0.39% | - |
| HSV(B) | 335.13º | 0.98% | 0.77% | - |
| XYZ | 24.67 | 12.6 | 9.52 | - |
| YUV | 70.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 84 | 0 | 0.98 | 0.57 | 0.23 | 335.13 | 0.96 | 0.39 |
| Hex | C5 | 4 | 54 | 0 | 62 | 39 | 17 | 14F | 60 | 27 |
| Octal | 305 | 4 | 124 | 0 | 142 | 71 | 27 | 517 | 140 | 47 |
| Binary | 11000101 | 100 | 1010100 | 0 | 1100010 | 111001 | 10111 | 101001111 | 1100000 | 100111 |
Color Harmonies of #C50454
Complementary color
Monochromatic Colors of #C50454
Black with #C50454
Text Example
Text Example
White with #C50454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50454; }
p { color: rgb(197,4,84); }
H1.HeaderClassName
{
color: #C50454;
}
.AnyTagClassName
{
color: #C50454;
}
</style>
background-color css
<style>
a { background-color: #C50454; }
a { background-color: rgb(197,4,84); }
div.DivClassName
{
background-color: #C50454;
}
.BgClassName
{
background-color: #C50454;
}
</style>
border-color css
<style>
span { border-color: #C50454; }
span { border-color: rgb(197,4,84); }
td.TdClassName
{
border-color: #C50454;
}
.TagClassName
{
border-color: #C50454;
}
</style>