Shades of Razzmatazz #C5054C
Tints of Razzmatazz #C5054C
RGB
CMYK
RGB Variations
Color information
#C5054C (or 0xC5054C) is known color: Razzmatazz. HEX triplet: C5, 05 and 4C. RGB value is (197,5,76). Sum of RGB (Red+Green+Blue) = 197+5+76=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5054C is #3AFAB3. Grayscale: #464646. Windows color (decimal): -3865268 or 4982213. OLE color: 4982213.
HSL color Cylindrical-coordinate representation of color #C5054C: hue angle of 337.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5054C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.23 |
| HSL | 337.81º | 0.95% | 0.4% | - |
| HSV(B) | 337.81º | 0.97% | 0.77% | - |
| XYZ | 24.38 | 12.5 | 7.97 | - |
| YUV | 70.5 | 131.11 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 76 | 0 | 0.97 | 0.61 | 0.23 | 337.81 | 0.95 | 0.4 |
| Hex | C5 | 5 | 4C | 0 | 61 | 3D | 17 | 152 | 5F | 28 |
| Octal | 305 | 5 | 114 | 0 | 141 | 75 | 27 | 522 | 137 | 50 |
| Binary | 11000101 | 101 | 1001100 | 0 | 1100001 | 111101 | 10111 | 101010010 | 1011111 | 101000 |
Color Harmonies of #C5054C
Complementary color
Monochromatic Colors of #C5054C
Black with #C5054C
Text Example
Text Example
White with #C5054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5054C; }
p { color: rgb(197,5,76); }
H1.HeaderClassName
{
color: #C5054C;
}
.AnyTagClassName
{
color: #C5054C;
}
</style>
background-color css
<style>
a { background-color: #C5054C; }
a { background-color: rgb(197,5,76); }
div.DivClassName
{
background-color: #C5054C;
}
.BgClassName
{
background-color: #C5054C;
}
</style>
border-color css
<style>
span { border-color: #C5054C; }
span { border-color: rgb(197,5,76); }
td.TdClassName
{
border-color: #C5054C;
}
.TagClassName
{
border-color: #C5054C;
}
</style>