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