Shades of Razzmatazz #C5044D
Tints of Razzmatazz #C5044D
RGB
CMYK
RGB Variations
Color information
#C5044D (or 0xC5044D) is known color: Razzmatazz. HEX triplet: C5, 04 and 4D. RGB value is (197,4,77). Sum of RGB (Red+Green+Blue) = 197+4+77=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5044D is #3AFBB2. Grayscale: #454545. Windows color (decimal): -3865523 or 5047493. OLE color: 5047493.
HSL color Cylindrical-coordinate representation of color #C5044D: hue angle of 337.31º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5044D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.23 |
| HSL | 337.31º | 0.96% | 0.39% | - |
| HSV(B) | 337.31º | 0.98% | 0.77% | - |
| XYZ | 24.41 | 12.49 | 8.15 | - |
| YUV | 70.03 | 131.94 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 77 | 0 | 0.98 | 0.61 | 0.23 | 337.31 | 0.96 | 0.39 |
| Hex | C5 | 4 | 4D | 0 | 62 | 3D | 17 | 151 | 60 | 27 |
| Octal | 305 | 4 | 115 | 0 | 142 | 75 | 27 | 521 | 140 | 47 |
| Binary | 11000101 | 100 | 1001101 | 0 | 1100010 | 111101 | 10111 | 101010001 | 1100000 | 100111 |
Color Harmonies of #C5044D
Complementary color
Monochromatic Colors of #C5044D
Black with #C5044D
Text Example
Text Example
White with #C5044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5044D; }
p { color: rgb(197,4,77); }
H1.HeaderClassName
{
color: #C5044D;
}
.AnyTagClassName
{
color: #C5044D;
}
</style>
background-color css
<style>
a { background-color: #C5044D; }
a { background-color: rgb(197,4,77); }
div.DivClassName
{
background-color: #C5044D;
}
.BgClassName
{
background-color: #C5044D;
}
</style>
border-color css
<style>
span { border-color: #C5044D; }
span { border-color: rgb(197,4,77); }
td.TdClassName
{
border-color: #C5044D;
}
.TagClassName
{
border-color: #C5044D;
}
</style>