Shades of Razzmatazz #C9054D
Tints of Razzmatazz #C9054D
RGB
CMYK
RGB Variations
Color information
#C9054D (or 0xC9054D) is known color: Razzmatazz. HEX triplet: C9, 05 and 4D. RGB value is (201,5,77). Sum of RGB (Red+Green+Blue) = 201+5+77=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9054D is #36FAB2. Grayscale: #474747. Windows color (decimal): -3603123 or 5047753. OLE color: 5047753.
HSL color Cylindrical-coordinate representation of color #C9054D: hue angle of 337.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9054D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.21 |
| HSL | 337.96º | 0.95% | 0.4% | - |
| HSV(B) | 337.96º | 0.98% | 0.79% | - |
| XYZ | 25.48 | 13.06 | 8.2 | - |
| YUV | 71.81 | 130.93 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 77 | 0 | 0.98 | 0.62 | 0.21 | 337.96 | 0.95 | 0.4 |
| Hex | C9 | 5 | 4D | 0 | 62 | 3E | 15 | 152 | 5F | 28 |
| Octal | 311 | 5 | 115 | 0 | 142 | 76 | 25 | 522 | 137 | 50 |
| Binary | 11001001 | 101 | 1001101 | 0 | 1100010 | 111110 | 10101 | 101010010 | 1011111 | 101000 |
Color Harmonies of #C9054D
Complementary color
Monochromatic Colors of #C9054D
Black with #C9054D
Text Example
Text Example
White with #C9054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9054D; }
p { color: rgb(201,5,77); }
H1.HeaderClassName
{
color: #C9054D;
}
.AnyTagClassName
{
color: #C9054D;
}
</style>
background-color css
<style>
a { background-color: #C9054D; }
a { background-color: rgb(201,5,77); }
div.DivClassName
{
background-color: #C9054D;
}
.BgClassName
{
background-color: #C9054D;
}
</style>
border-color css
<style>
span { border-color: #C9054D; }
span { border-color: rgb(201,5,77); }
td.TdClassName
{
border-color: #C9054D;
}
.TagClassName
{
border-color: #C9054D;
}
</style>