Shades of Razzmatazz #C9074E
Tints of Razzmatazz #C9074E
RGB
CMYK
RGB Variations
Color information
#C9074E (or 0xC9074E) is known color: Razzmatazz. HEX triplet: C9, 07 and 4E. RGB value is (201,7,78). Sum of RGB (Red+Green+Blue) = 201+7+78=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9074E is #36F8B1. Grayscale: #494949. Windows color (decimal): -3602610 or 5113801. OLE color: 5113801.
HSL color Cylindrical-coordinate representation of color #C9074E: hue angle of 338.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9074E is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.21 |
| HSL | 338.04º | 0.93% | 0.41% | - |
| HSV(B) | 338.04º | 0.97% | 0.79% | - |
| XYZ | 25.54 | 13.12 | 8.39 | - |
| YUV | 73.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 78 | 0 | 0.97 | 0.61 | 0.21 | 338.04 | 0.93 | 0.41 |
| Hex | C9 | 7 | 4E | 0 | 61 | 3D | 15 | 152 | 5D | 29 |
| Octal | 311 | 7 | 116 | 0 | 141 | 75 | 25 | 522 | 135 | 51 |
| Binary | 11001001 | 111 | 1001110 | 0 | 1100001 | 111101 | 10101 | 101010010 | 1011101 | 101001 |
Color Harmonies of #C9074E
Complementary color
Monochromatic Colors of #C9074E
Black with #C9074E
Text Example
Text Example
White with #C9074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9074E; }
p { color: rgb(201,7,78); }
H1.HeaderClassName
{
color: #C9074E;
}
.AnyTagClassName
{
color: #C9074E;
}
</style>
background-color css
<style>
a { background-color: #C9074E; }
a { background-color: rgb(201,7,78); }
div.DivClassName
{
background-color: #C9074E;
}
.BgClassName
{
background-color: #C9074E;
}
</style>
border-color css
<style>
span { border-color: #C9074E; }
span { border-color: rgb(201,7,78); }
td.TdClassName
{
border-color: #C9074E;
}
.TagClassName
{
border-color: #C9074E;
}
</style>