Shades of Razzmatazz #C5014C
Tints of Razzmatazz #C5014C
RGB
CMYK
RGB Variations
Color information
#C5014C (or 0xC5014C) is known color: Razzmatazz. HEX triplet: C5, 01 and 4C. RGB value is (197,1,76). Sum of RGB (Red+Green+Blue) = 197+1+76=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5014C is #3AFEB3. Grayscale: #444444. Windows color (decimal): -3866292 or 4981189. OLE color: 4981189.
HSL color Cylindrical-coordinate representation of color #C5014C: hue angle of 337.04º degrees, saturation: 0.99, 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 #C5014C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.23 |
| HSL | 337.04º | 0.99% | 0.39% | - |
| HSV(B) | 337.04º | 0.99% | 0.77% | - |
| XYZ | 24.34 | 12.41 | 7.95 | - |
| YUV | 68.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 76 | 0 | 0.99 | 0.61 | 0.23 | 337.04 | 0.99 | 0.39 |
| Hex | C5 | 1 | 4C | 0 | 63 | 3D | 17 | 151 | 63 | 27 |
| Octal | 305 | 1 | 114 | 0 | 143 | 75 | 27 | 521 | 143 | 47 |
| Binary | 11000101 | 1 | 1001100 | 0 | 1100011 | 111101 | 10111 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C5014C
Complementary color
Monochromatic Colors of #C5014C
Black with #C5014C
Text Example
Text Example
White with #C5014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5014C; }
p { color: rgb(197,1,76); }
H1.HeaderClassName
{
color: #C5014C;
}
.AnyTagClassName
{
color: #C5014C;
}
</style>
background-color css
<style>
a { background-color: #C5014C; }
a { background-color: rgb(197,1,76); }
div.DivClassName
{
background-color: #C5014C;
}
.BgClassName
{
background-color: #C5014C;
}
</style>
border-color css
<style>
span { border-color: #C5014C; }
span { border-color: rgb(197,1,76); }
td.TdClassName
{
border-color: #C5014C;
}
.TagClassName
{
border-color: #C5014C;
}
</style>