Shades of Razzmatazz #C50051
Tints of Razzmatazz #C50051
RGB
CMYK
RGB Variations
Color information
#C50051 (or 0xC50051) is known color: Razzmatazz. HEX triplet: C5, 00 and 51. RGB value is (197,0,81). Sum of RGB (Red+Green+Blue) = 197+0+81=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C50051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50051 is #3AFFAE. Grayscale: #444444. Windows color (decimal): -3866543 or 5308613. OLE color: 5308613.
HSL color Cylindrical-coordinate representation of color #C50051: hue angle of 335.33º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50051 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.59 | 0.23 |
| HSL | 335.33º | 1% | 0.39% | - |
| HSV(B) | 335.33º | 1% | 0.77% | - |
| XYZ | 24.51 | 12.46 | 8.9 | - |
| YUV | 68.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 81 | 0 | 1 | 0.59 | 0.23 | 335.33 | 1 | 0.39 |
| Hex | C5 | 0 | 51 | 0 | 64 | 3B | 17 | 14F | 64 | 27 |
| Octal | 305 | 0 | 121 | 0 | 144 | 73 | 27 | 517 | 144 | 47 |
| Binary | 11000101 | 0 | 1010001 | 0 | 1100100 | 111011 | 10111 | 101001111 | 1100100 | 100111 |
Color Harmonies of #C50051
Complementary color
Monochromatic Colors of #C50051
Black with #C50051
Text Example
Text Example
White with #C50051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50051; }
p { color: rgb(197,0,81); }
H1.HeaderClassName
{
color: #C50051;
}
.AnyTagClassName
{
color: #C50051;
}
</style>
background-color css
<style>
a { background-color: #C50051; }
a { background-color: rgb(197,0,81); }
div.DivClassName
{
background-color: #C50051;
}
.BgClassName
{
background-color: #C50051;
}
</style>
border-color css
<style>
span { border-color: #C50051; }
span { border-color: rgb(197,0,81); }
td.TdClassName
{
border-color: #C50051;
}
.TagClassName
{
border-color: #C50051;
}
</style>