Shades of Razzmatazz #C90551
Tints of Razzmatazz #C90551
RGB
CMYK
RGB Variations
Color information
#C90551 (or 0xC90551) is known color: Razzmatazz. HEX triplet: C9, 05 and 51. RGB value is (201,5,81). Sum of RGB (Red+Green+Blue) = 201+5+81=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C90551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90551 is #36FAAE. Grayscale: #484848. Windows color (decimal): -3603119 or 5309897. OLE color: 5309897.
HSL color Cylindrical-coordinate representation of color #C90551: hue angle of 336.73º 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 #C90551 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.21 |
| HSL | 336.73º | 0.95% | 0.4% | - |
| HSV(B) | 336.73º | 0.98% | 0.79% | - |
| XYZ | 25.63 | 13.12 | 8.97 | - |
| YUV | 72.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 81 | 0 | 0.98 | 0.60 | 0.21 | 336.73 | 0.95 | 0.4 |
| Hex | C9 | 5 | 51 | 0 | 62 | 3C | 15 | 151 | 5F | 28 |
| Octal | 311 | 5 | 121 | 0 | 142 | 74 | 25 | 521 | 137 | 50 |
| Binary | 11001001 | 101 | 1010001 | 0 | 1100010 | 111100 | 10101 | 101010001 | 1011111 | 101000 |
Color Harmonies of #C90551
Complementary color
Monochromatic Colors of #C90551
Black with #C90551
Text Example
Text Example
White with #C90551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90551; }
p { color: rgb(201,5,81); }
H1.HeaderClassName
{
color: #C90551;
}
.AnyTagClassName
{
color: #C90551;
}
</style>
background-color css
<style>
a { background-color: #C90551; }
a { background-color: rgb(201,5,81); }
div.DivClassName
{
background-color: #C90551;
}
.BgClassName
{
background-color: #C90551;
}
</style>
border-color css
<style>
span { border-color: #C90551; }
span { border-color: rgb(201,5,81); }
td.TdClassName
{
border-color: #C90551;
}
.TagClassName
{
border-color: #C90551;
}
</style>