Shades of Razzmatazz #C90550
Tints of Razzmatazz #C90550
RGB
CMYK
RGB Variations
Color information
#C90550 (or 0xC90550) is known color: Razzmatazz. HEX triplet: C9, 05 and 50. RGB value is (201,5,80). Sum of RGB (Red+Green+Blue) = 201+5+80=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C90550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90550 is #36FAAF. Grayscale: #484848. Windows color (decimal): -3603120 or 5244361. OLE color: 5244361.
HSL color Cylindrical-coordinate representation of color #C90550: hue angle of 337.04º 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 #C90550 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.21 |
| HSL | 337.04º | 0.95% | 0.4% | - |
| HSV(B) | 337.04º | 0.98% | 0.79% | - |
| XYZ | 25.59 | 13.11 | 8.77 | - |
| YUV | 72.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 80 | 0 | 0.98 | 0.60 | 0.21 | 337.04 | 0.95 | 0.4 |
| Hex | C9 | 5 | 50 | 0 | 62 | 3C | 15 | 151 | 5F | 28 |
| Octal | 311 | 5 | 120 | 0 | 142 | 74 | 25 | 521 | 137 | 50 |
| Binary | 11001001 | 101 | 1010000 | 0 | 1100010 | 111100 | 10101 | 101010001 | 1011111 | 101000 |
Color Harmonies of #C90550
Complementary color
Monochromatic Colors of #C90550
Black with #C90550
Text Example
Text Example
White with #C90550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90550; }
p { color: rgb(201,5,80); }
H1.HeaderClassName
{
color: #C90550;
}
.AnyTagClassName
{
color: #C90550;
}
</style>
background-color css
<style>
a { background-color: #C90550; }
a { background-color: rgb(201,5,80); }
div.DivClassName
{
background-color: #C90550;
}
.BgClassName
{
background-color: #C90550;
}
</style>
border-color css
<style>
span { border-color: #C90550; }
span { border-color: rgb(201,5,80); }
td.TdClassName
{
border-color: #C90550;
}
.TagClassName
{
border-color: #C90550;
}
</style>