Shades of Razzmatazz #C5004F
Tints of Razzmatazz #C5004F
RGB
CMYK
RGB Variations
Color information
#C5004F (or 0xC5004F) is known color: Razzmatazz. HEX triplet: C5, 00 and 4F. RGB value is (197,0,79). Sum of RGB (Red+Green+Blue) = 197+0+79=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5004F is #3AFFB0. Grayscale: #434343. Windows color (decimal): -3866545 or 5177541. OLE color: 5177541.
HSL color Cylindrical-coordinate representation of color #C5004F: hue angle of 335.94º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5004F is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.60 | 0.23 |
| HSL | 335.94º | 1% | 0.39% | - |
| HSV(B) | 335.94º | 1% | 0.77% | - |
| XYZ | 24.44 | 12.43 | 8.51 | - |
| YUV | 67.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 79 | 0 | 1 | 0.60 | 0.23 | 335.94 | 1 | 0.39 |
| Hex | C5 | 0 | 4F | 0 | 64 | 3C | 17 | 150 | 64 | 27 |
| Octal | 305 | 0 | 117 | 0 | 144 | 74 | 27 | 520 | 144 | 47 |
| Binary | 11000101 | 0 | 1001111 | 0 | 1100100 | 111100 | 10111 | 101010000 | 1100100 | 100111 |
Color Harmonies of #C5004F
Complementary color
Monochromatic Colors of #C5004F
Black with #C5004F
Text Example
Text Example
White with #C5004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5004F; }
p { color: rgb(197,0,79); }
H1.HeaderClassName
{
color: #C5004F;
}
.AnyTagClassName
{
color: #C5004F;
}
</style>
background-color css
<style>
a { background-color: #C5004F; }
a { background-color: rgb(197,0,79); }
div.DivClassName
{
background-color: #C5004F;
}
.BgClassName
{
background-color: #C5004F;
}
</style>
border-color css
<style>
span { border-color: #C5004F; }
span { border-color: rgb(197,0,79); }
td.TdClassName
{
border-color: #C5004F;
}
.TagClassName
{
border-color: #C5004F;
}
</style>