Shades of Razzmatazz #C9015E
Tints of Razzmatazz #C9015E
RGB
CMYK
RGB Variations
Color information
#C9015E (or 0xC9015E) is known color: Razzmatazz. HEX triplet: C9, 01 and 5E. RGB value is (201,1,94). Sum of RGB (Red+Green+Blue) = 201+1+94=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9015E is #36FEA1. Grayscale: #474747. Windows color (decimal): -3604130 or 6160841. OLE color: 6160841.
HSL color Cylindrical-coordinate representation of color #C9015E: hue angle of 332.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9015E is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.21 |
| HSL | 332.1º | 0.99% | 0.4% | - |
| HSV(B) | 332.1º | 1% | 0.79% | - |
| XYZ | 26.12 | 13.25 | 11.77 | - |
| YUV | 71.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 94 | 0 | 1.00 | 0.53 | 0.21 | 332.1 | 0.99 | 0.4 |
| Hex | C9 | 1 | 5E | 0 | 64 | 35 | 15 | 14C | 63 | 28 |
| Octal | 311 | 1 | 136 | 0 | 144 | 65 | 25 | 514 | 143 | 50 |
| Binary | 11001001 | 1 | 1011110 | 0 | 1100100 | 110101 | 10101 | 101001100 | 1100011 | 101000 |
Color Harmonies of #C9015E
Complementary color
Monochromatic Colors of #C9015E
Black with #C9015E
Text Example
Text Example
White with #C9015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9015E; }
p { color: rgb(201,1,94); }
H1.HeaderClassName
{
color: #C9015E;
}
.AnyTagClassName
{
color: #C9015E;
}
</style>
background-color css
<style>
a { background-color: #C9015E; }
a { background-color: rgb(201,1,94); }
div.DivClassName
{
background-color: #C9015E;
}
.BgClassName
{
background-color: #C9015E;
}
</style>
border-color css
<style>
span { border-color: #C9015E; }
span { border-color: rgb(201,1,94); }
td.TdClassName
{
border-color: #C9015E;
}
.TagClassName
{
border-color: #C9015E;
}
</style>