Shades of Razzmatazz #C5004E
Tints of Razzmatazz #C5004E
RGB
CMYK
RGB Variations
Color information
#C5004E (or 0xC5004E) is known color: Razzmatazz. HEX triplet: C5, 00 and 4E. RGB value is (197,0,78). Sum of RGB (Red+Green+Blue) = 197+0+78=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5004E is #3AFFB1. Grayscale: #434343. Windows color (decimal): -3866546 or 5112005. OLE color: 5112005.
HSL color Cylindrical-coordinate representation of color #C5004E: hue angle of 336.24º 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 #C5004E is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.60 | 0.23 |
| HSL | 336.24º | 1% | 0.39% | - |
| HSV(B) | 336.24º | 1% | 0.77% | - |
| XYZ | 24.4 | 12.42 | 8.32 | - |
| YUV | 67.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 78 | 0 | 1 | 0.60 | 0.23 | 336.24 | 1 | 0.39 |
| Hex | C5 | 0 | 4E | 0 | 64 | 3C | 17 | 150 | 64 | 27 |
| Octal | 305 | 0 | 116 | 0 | 144 | 74 | 27 | 520 | 144 | 47 |
| Binary | 11000101 | 0 | 1001110 | 0 | 1100100 | 111100 | 10111 | 101010000 | 1100100 | 100111 |
Color Harmonies of #C5004E
Complementary color
Monochromatic Colors of #C5004E
Black with #C5004E
Text Example
Text Example
White with #C5004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5004E; }
p { color: rgb(197,0,78); }
H1.HeaderClassName
{
color: #C5004E;
}
.AnyTagClassName
{
color: #C5004E;
}
</style>
background-color css
<style>
a { background-color: #C5004E; }
a { background-color: rgb(197,0,78); }
div.DivClassName
{
background-color: #C5004E;
}
.BgClassName
{
background-color: #C5004E;
}
</style>
border-color css
<style>
span { border-color: #C5004E; }
span { border-color: rgb(197,0,78); }
td.TdClassName
{
border-color: #C5004E;
}
.TagClassName
{
border-color: #C5004E;
}
</style>