Shades of Razzmatazz #C50153
Tints of Razzmatazz #C50153
RGB
CMYK
RGB Variations
Color information
#C50153 (or 0xC50153) is known color: Razzmatazz. HEX triplet: C5, 01 and 53. RGB value is (197,1,83). Sum of RGB (Red+Green+Blue) = 197+1+83=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C50153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50153 is #3AFEAC. Grayscale: #444444. Windows color (decimal): -3866285 or 5439941. OLE color: 5439941.
HSL color Cylindrical-coordinate representation of color #C50153: hue angle of 334.9º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50153 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.23 |
| HSL | 334.9º | 0.99% | 0.39% | - |
| HSV(B) | 334.9º | 0.99% | 0.77% | - |
| XYZ | 24.6 | 12.52 | 9.3 | - |
| YUV | 68.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 83 | 0 | 0.99 | 0.58 | 0.23 | 334.9 | 0.99 | 0.39 |
| Hex | C5 | 1 | 53 | 0 | 63 | 3A | 17 | 14F | 63 | 27 |
| Octal | 305 | 1 | 123 | 0 | 143 | 72 | 27 | 517 | 143 | 47 |
| Binary | 11000101 | 1 | 1010011 | 0 | 1100011 | 111010 | 10111 | 101001111 | 1100011 | 100111 |
Color Harmonies of #C50153
Complementary color
Monochromatic Colors of #C50153
Black with #C50153
Text Example
Text Example
White with #C50153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50153; }
p { color: rgb(197,1,83); }
H1.HeaderClassName
{
color: #C50153;
}
.AnyTagClassName
{
color: #C50153;
}
</style>
background-color css
<style>
a { background-color: #C50153; }
a { background-color: rgb(197,1,83); }
div.DivClassName
{
background-color: #C50153;
}
.BgClassName
{
background-color: #C50153;
}
</style>
border-color css
<style>
span { border-color: #C50153; }
span { border-color: rgb(197,1,83); }
td.TdClassName
{
border-color: #C50153;
}
.TagClassName
{
border-color: #C50153;
}
</style>