Shades of Razzmatazz #C50256
Tints of Razzmatazz #C50256
RGB
CMYK
RGB Variations
Color information
#C50256 (or 0xC50256) is known color: Razzmatazz. HEX triplet: C5, 02 and 56. RGB value is (197,2,86). Sum of RGB (Red+Green+Blue) = 197+2+86=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50256 is #3AFDA9. Grayscale: #454545. Windows color (decimal): -3866026 or 5636805. OLE color: 5636805.
HSL color Cylindrical-coordinate representation of color #C50256: hue angle of 334.15º degrees, saturation: 0.98, 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 #C50256 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.23 |
| HSL | 334.15º | 0.98% | 0.39% | - |
| HSV(B) | 334.15º | 0.99% | 0.77% | - |
| XYZ | 24.73 | 12.59 | 9.93 | - |
| YUV | 69.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 86 | 0 | 0.99 | 0.56 | 0.23 | 334.15 | 0.98 | 0.39 |
| Hex | C5 | 2 | 56 | 0 | 63 | 38 | 17 | 14E | 62 | 27 |
| Octal | 305 | 2 | 126 | 0 | 143 | 70 | 27 | 516 | 142 | 47 |
| Binary | 11000101 | 10 | 1010110 | 0 | 1100011 | 111000 | 10111 | 101001110 | 1100010 | 100111 |
Color Harmonies of #C50256
Complementary color
Monochromatic Colors of #C50256
Black with #C50256
Text Example
Text Example
White with #C50256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50256; }
p { color: rgb(197,2,86); }
H1.HeaderClassName
{
color: #C50256;
}
.AnyTagClassName
{
color: #C50256;
}
</style>
background-color css
<style>
a { background-color: #C50256; }
a { background-color: rgb(197,2,86); }
div.DivClassName
{
background-color: #C50256;
}
.BgClassName
{
background-color: #C50256;
}
</style>
border-color css
<style>
span { border-color: #C50256; }
span { border-color: rgb(197,2,86); }
td.TdClassName
{
border-color: #C50256;
}
.TagClassName
{
border-color: #C50256;
}
</style>