Shades of Razzmatazz #C90357
Tints of Razzmatazz #C90357
RGB
CMYK
RGB Variations
Color information
#C90357 (or 0xC90357) is known color: Razzmatazz. HEX triplet: C9, 03 and 57. RGB value is (201,3,87). Sum of RGB (Red+Green+Blue) = 201+3+87=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C90357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90357 is #36FCA8. Grayscale: #474747. Windows color (decimal): -3603625 or 5702601. OLE color: 5702601.
HSL color Cylindrical-coordinate representation of color #C90357: hue angle of 334.55º 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 #C90357 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.21 |
| HSL | 334.55º | 0.97% | 0.4% | - |
| HSV(B) | 334.55º | 0.99% | 0.79% | - |
| XYZ | 25.84 | 13.17 | 10.2 | - |
| YUV | 71.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 87 | 0 | 0.99 | 0.57 | 0.21 | 334.55 | 0.97 | 0.4 |
| Hex | C9 | 3 | 57 | 0 | 63 | 39 | 15 | 14F | 61 | 28 |
| Octal | 311 | 3 | 127 | 0 | 143 | 71 | 25 | 517 | 141 | 50 |
| Binary | 11001001 | 11 | 1010111 | 0 | 1100011 | 111001 | 10101 | 101001111 | 1100001 | 101000 |
Color Harmonies of #C90357
Complementary color
Monochromatic Colors of #C90357
Black with #C90357
Text Example
Text Example
White with #C90357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90357; }
p { color: rgb(201,3,87); }
H1.HeaderClassName
{
color: #C90357;
}
.AnyTagClassName
{
color: #C90357;
}
</style>
background-color css
<style>
a { background-color: #C90357; }
a { background-color: rgb(201,3,87); }
div.DivClassName
{
background-color: #C90357;
}
.BgClassName
{
background-color: #C90357;
}
</style>
border-color css
<style>
span { border-color: #C90357; }
span { border-color: rgb(201,3,87); }
td.TdClassName
{
border-color: #C90357;
}
.TagClassName
{
border-color: #C90357;
}
</style>