Shades of Razzmatazz #C4054E
Tints of Razzmatazz #C4054E
RGB
CMYK
RGB Variations
Color information
#C4054E (or 0xC4054E) is known color: Razzmatazz. HEX triplet: C4, 05 and 4E. RGB value is (196,5,78). Sum of RGB (Red+Green+Blue) = 196+5+78=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4054E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4054E is #3BFAB1. Grayscale: #464646. Windows color (decimal): -3930802 or 5113284. OLE color: 5113284.
HSL color Cylindrical-coordinate representation of color #C4054E: hue angle of 337.07º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4054E is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 78 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.23 |
| HSL | 337.07º | 0.95% | 0.39% | - |
| HSV(B) | 337.07º | 0.97% | 0.77% | - |
| XYZ | 24.19 | 12.39 | 8.32 | - |
| YUV | 70.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 78 | 0 | 0.97 | 0.60 | 0.23 | 337.07 | 0.95 | 0.39 |
| Hex | C4 | 5 | 4E | 0 | 61 | 3C | 17 | 151 | 5F | 27 |
| Octal | 304 | 5 | 116 | 0 | 141 | 74 | 27 | 521 | 137 | 47 |
| Binary | 11000100 | 101 | 1001110 | 0 | 1100001 | 111100 | 10111 | 101010001 | 1011111 | 100111 |
Color Harmonies of #C4054E
Complementary color
Monochromatic Colors of #C4054E
Black with #C4054E
Text Example
Text Example
White with #C4054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4054E; }
p { color: rgb(196,5,78); }
H1.HeaderClassName
{
color: #C4054E;
}
.AnyTagClassName
{
color: #C4054E;
}
</style>
background-color css
<style>
a { background-color: #C4054E; }
a { background-color: rgb(196,5,78); }
div.DivClassName
{
background-color: #C4054E;
}
.BgClassName
{
background-color: #C4054E;
}
</style>
border-color css
<style>
span { border-color: #C4054E; }
span { border-color: rgb(196,5,78); }
td.TdClassName
{
border-color: #C4054E;
}
.TagClassName
{
border-color: #C4054E;
}
</style>