Shades of Razzmatazz #C5014F
Tints of Razzmatazz #C5014F
RGB
CMYK
RGB Variations
Color information
#C5014F (or 0xC5014F) is known color: Razzmatazz. HEX triplet: C5, 01 and 4F. RGB value is (197,1,79). Sum of RGB (Red+Green+Blue) = 197+1+79=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5014F is #3AFEB0. Grayscale: #444444. Windows color (decimal): -3866289 or 5177797. OLE color: 5177797.
HSL color Cylindrical-coordinate representation of color #C5014F: hue angle of 336.12º 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 #C5014F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.23 |
| HSL | 336.12º | 0.99% | 0.39% | - |
| HSV(B) | 336.12º | 0.99% | 0.77% | - |
| XYZ | 24.45 | 12.46 | 8.51 | - |
| YUV | 68.5 | 133.93 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 79 | 0 | 0.99 | 0.60 | 0.23 | 336.12 | 0.99 | 0.39 |
| Hex | C5 | 1 | 4F | 0 | 63 | 3C | 17 | 150 | 63 | 27 |
| Octal | 305 | 1 | 117 | 0 | 143 | 74 | 27 | 520 | 143 | 47 |
| Binary | 11000101 | 1 | 1001111 | 0 | 1100011 | 111100 | 10111 | 101010000 | 1100011 | 100111 |
Color Harmonies of #C5014F
Complementary color
Monochromatic Colors of #C5014F
Black with #C5014F
Text Example
Text Example
White with #C5014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5014F; }
p { color: rgb(197,1,79); }
H1.HeaderClassName
{
color: #C5014F;
}
.AnyTagClassName
{
color: #C5014F;
}
</style>
background-color css
<style>
a { background-color: #C5014F; }
a { background-color: rgb(197,1,79); }
div.DivClassName
{
background-color: #C5014F;
}
.BgClassName
{
background-color: #C5014F;
}
</style>
border-color css
<style>
span { border-color: #C5014F; }
span { border-color: rgb(197,1,79); }
td.TdClassName
{
border-color: #C5014F;
}
.TagClassName
{
border-color: #C5014F;
}
</style>