Shades of Razzmatazz #C50053
Tints of Razzmatazz #C50053
RGB
CMYK
RGB Variations
Color information
#C50053 (or 0xC50053) is known color: Razzmatazz. HEX triplet: C5, 00 and 53. RGB value is (197,0,83). Sum of RGB (Red+Green+Blue) = 197+0+83=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C50053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50053 is #3AFFAC. Grayscale: #444444. Windows color (decimal): -3866541 or 5439685. OLE color: 5439685.
HSL color Cylindrical-coordinate representation of color #C50053: hue angle of 334.72º 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 #C50053 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.58 | 0.23 |
| HSL | 334.72º | 1% | 0.39% | - |
| HSV(B) | 334.72º | 1% | 0.77% | - |
| XYZ | 24.59 | 12.49 | 9.3 | - |
| YUV | 68.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 83 | 0 | 1 | 0.58 | 0.23 | 334.72 | 1 | 0.39 |
| Hex | C5 | 0 | 53 | 0 | 64 | 3A | 17 | 14F | 64 | 27 |
| Octal | 305 | 0 | 123 | 0 | 144 | 72 | 27 | 517 | 144 | 47 |
| Binary | 11000101 | 0 | 1010011 | 0 | 1100100 | 111010 | 10111 | 101001111 | 1100100 | 100111 |
Color Harmonies of #C50053
Complementary color
Monochromatic Colors of #C50053
Black with #C50053
Text Example
Text Example
White with #C50053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50053; }
p { color: rgb(197,0,83); }
H1.HeaderClassName
{
color: #C50053;
}
.AnyTagClassName
{
color: #C50053;
}
</style>
background-color css
<style>
a { background-color: #C50053; }
a { background-color: rgb(197,0,83); }
div.DivClassName
{
background-color: #C50053;
}
.BgClassName
{
background-color: #C50053;
}
</style>
border-color css
<style>
span { border-color: #C50053; }
span { border-color: rgb(197,0,83); }
td.TdClassName
{
border-color: #C50053;
}
.TagClassName
{
border-color: #C50053;
}
</style>