Shades of Razzmatazz #C50254
Tints of Razzmatazz #C50254
RGB
CMYK
RGB Variations
Color information
#C50254 (or 0xC50254) is known color: Razzmatazz. HEX triplet: C5, 02 and 54. RGB value is (197,2,84). Sum of RGB (Red+Green+Blue) = 197+2+84=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C50254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50254 is #3AFDAB. Grayscale: #454545. Windows color (decimal): -3866028 or 5505733. OLE color: 5505733.
HSL color Cylindrical-coordinate representation of color #C50254: hue angle of 334.77º 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 #C50254 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.23 |
| HSL | 334.77º | 0.98% | 0.39% | - |
| HSV(B) | 334.77º | 0.99% | 0.77% | - |
| XYZ | 24.65 | 12.55 | 9.51 | - |
| YUV | 69.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 84 | 0 | 0.99 | 0.57 | 0.23 | 334.77 | 0.98 | 0.39 |
| Hex | C5 | 2 | 54 | 0 | 63 | 39 | 17 | 14F | 62 | 27 |
| Octal | 305 | 2 | 124 | 0 | 143 | 71 | 27 | 517 | 142 | 47 |
| Binary | 11000101 | 10 | 1010100 | 0 | 1100011 | 111001 | 10111 | 101001111 | 1100010 | 100111 |
Color Harmonies of #C50254
Complementary color
Monochromatic Colors of #C50254
Black with #C50254
Text Example
Text Example
White with #C50254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50254; }
p { color: rgb(197,2,84); }
H1.HeaderClassName
{
color: #C50254;
}
.AnyTagClassName
{
color: #C50254;
}
</style>
background-color css
<style>
a { background-color: #C50254; }
a { background-color: rgb(197,2,84); }
div.DivClassName
{
background-color: #C50254;
}
.BgClassName
{
background-color: #C50254;
}
</style>
border-color css
<style>
span { border-color: #C50254; }
span { border-color: rgb(197,2,84); }
td.TdClassName
{
border-color: #C50254;
}
.TagClassName
{
border-color: #C50254;
}
</style>