Shades of Razzmatazz #C90552
Tints of Razzmatazz #C90552
RGB
CMYK
RGB Variations
Color information
#C90552 (or 0xC90552) is known color: Razzmatazz. HEX triplet: C9, 05 and 52. RGB value is (201,5,82). Sum of RGB (Red+Green+Blue) = 201+5+82=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C90552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90552 is #36FAAD. Grayscale: #484848. Windows color (decimal): -3603118 or 5375433. OLE color: 5375433.
HSL color Cylindrical-coordinate representation of color #C90552: hue angle of 336.43º 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 #C90552 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.21 |
| HSL | 336.43º | 0.95% | 0.4% | - |
| HSV(B) | 336.43º | 0.98% | 0.79% | - |
| XYZ | 25.66 | 13.14 | 9.17 | - |
| YUV | 72.38 | 133.43 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 82 | 0 | 0.98 | 0.59 | 0.21 | 336.43 | 0.95 | 0.4 |
| Hex | C9 | 5 | 52 | 0 | 62 | 3B | 15 | 150 | 5F | 28 |
| Octal | 311 | 5 | 122 | 0 | 142 | 73 | 25 | 520 | 137 | 50 |
| Binary | 11001001 | 101 | 1010010 | 0 | 1100010 | 111011 | 10101 | 101010000 | 1011111 | 101000 |
Color Harmonies of #C90552
Complementary color
Monochromatic Colors of #C90552
Black with #C90552
Text Example
Text Example
White with #C90552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90552; }
p { color: rgb(201,5,82); }
H1.HeaderClassName
{
color: #C90552;
}
.AnyTagClassName
{
color: #C90552;
}
</style>
background-color css
<style>
a { background-color: #C90552; }
a { background-color: rgb(201,5,82); }
div.DivClassName
{
background-color: #C90552;
}
.BgClassName
{
background-color: #C90552;
}
</style>
border-color css
<style>
span { border-color: #C90552; }
span { border-color: rgb(201,5,82); }
td.TdClassName
{
border-color: #C90552;
}
.TagClassName
{
border-color: #C90552;
}
</style>