Shades of Razzmatazz #C90354
Tints of Razzmatazz #C90354
RGB
CMYK
RGB Variations
Color information
#C90354 (or 0xC90354) is known color: Razzmatazz. HEX triplet: C9, 03 and 54. RGB value is (201,3,84). Sum of RGB (Red+Green+Blue) = 201+3+84=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C90354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90354 is #36FCAB. Grayscale: #474747. Windows color (decimal): -3603628 or 5505993. OLE color: 5505993.
HSL color Cylindrical-coordinate representation of color #C90354: hue angle of 335.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90354 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 84 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.21 |
| HSL | 335.45º | 0.97% | 0.4% | - |
| HSV(B) | 335.45º | 0.99% | 0.79% | - |
| XYZ | 25.72 | 13.12 | 9.56 | - |
| YUV | 71.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 84 | 0 | 0.99 | 0.58 | 0.21 | 335.45 | 0.97 | 0.4 |
| Hex | C9 | 3 | 54 | 0 | 63 | 3A | 15 | 14F | 61 | 28 |
| Octal | 311 | 3 | 124 | 0 | 143 | 72 | 25 | 517 | 141 | 50 |
| Binary | 11001001 | 11 | 1010100 | 0 | 1100011 | 111010 | 10101 | 101001111 | 1100001 | 101000 |
Color Harmonies of #C90354
Complementary color
Monochromatic Colors of #C90354
Black with #C90354
Text Example
Text Example
White with #C90354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90354; }
p { color: rgb(201,3,84); }
H1.HeaderClassName
{
color: #C90354;
}
.AnyTagClassName
{
color: #C90354;
}
</style>
background-color css
<style>
a { background-color: #C90354; }
a { background-color: rgb(201,3,84); }
div.DivClassName
{
background-color: #C90354;
}
.BgClassName
{
background-color: #C90354;
}
</style>
border-color css
<style>
span { border-color: #C90354; }
span { border-color: rgb(201,3,84); }
td.TdClassName
{
border-color: #C90354;
}
.TagClassName
{
border-color: #C90354;
}
</style>