Shades of Razzmatazz #C50451
Tints of Razzmatazz #C50451
RGB
CMYK
RGB Variations
Color information
#C50451 (or 0xC50451) is known color: Razzmatazz. HEX triplet: C5, 04 and 51. RGB value is (197,4,81). Sum of RGB (Red+Green+Blue) = 197+4+81=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C50451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50451 is #3AFBAE. Grayscale: #464646. Windows color (decimal): -3865519 or 5309637. OLE color: 5309637.
HSL color Cylindrical-coordinate representation of color #C50451: hue angle of 336.06º 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 #C50451 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.23 |
| HSL | 336.06º | 0.96% | 0.39% | - |
| HSV(B) | 336.06º | 0.98% | 0.77% | - |
| XYZ | 24.55 | 12.55 | 8.91 | - |
| YUV | 70.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 81 | 0 | 0.98 | 0.59 | 0.23 | 336.06 | 0.96 | 0.39 |
| Hex | C5 | 4 | 51 | 0 | 62 | 3B | 17 | 150 | 60 | 27 |
| Octal | 305 | 4 | 121 | 0 | 142 | 73 | 27 | 520 | 140 | 47 |
| Binary | 11000101 | 100 | 1010001 | 0 | 1100010 | 111011 | 10111 | 101010000 | 1100000 | 100111 |
Color Harmonies of #C50451
Complementary color
Monochromatic Colors of #C50451
Black with #C50451
Text Example
Text Example
White with #C50451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50451; }
p { color: rgb(197,4,81); }
H1.HeaderClassName
{
color: #C50451;
}
.AnyTagClassName
{
color: #C50451;
}
</style>
background-color css
<style>
a { background-color: #C50451; }
a { background-color: rgb(197,4,81); }
div.DivClassName
{
background-color: #C50451;
}
.BgClassName
{
background-color: #C50451;
}
</style>
border-color css
<style>
span { border-color: #C50451; }
span { border-color: rgb(197,4,81); }
td.TdClassName
{
border-color: #C50451;
}
.TagClassName
{
border-color: #C50451;
}
</style>