Shades of Razzmatazz #C9015D
Tints of Razzmatazz #C9015D
RGB
CMYK
RGB Variations
Color information
#C9015D (or 0xC9015D) is known color: Razzmatazz. HEX triplet: C9, 01 and 5D. RGB value is (201,1,93). Sum of RGB (Red+Green+Blue) = 201+1+93=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9015D is #36FEA2. Grayscale: #474747. Windows color (decimal): -3604131 or 6095305. OLE color: 6095305.
HSL color Cylindrical-coordinate representation of color #C9015D: hue angle of 332.4º 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 #C9015D is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.21 |
| HSL | 332.4º | 0.99% | 0.4% | - |
| HSV(B) | 332.4º | 1% | 0.79% | - |
| XYZ | 26.07 | 13.23 | 11.54 | - |
| YUV | 71.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 93 | 0 | 1.00 | 0.54 | 0.21 | 332.4 | 0.99 | 0.4 |
| Hex | C9 | 1 | 5D | 0 | 64 | 36 | 15 | 14C | 63 | 28 |
| Octal | 311 | 1 | 135 | 0 | 144 | 66 | 25 | 514 | 143 | 50 |
| Binary | 11001001 | 1 | 1011101 | 0 | 1100100 | 110110 | 10101 | 101001100 | 1100011 | 101000 |
Color Harmonies of #C9015D
Complementary color
Monochromatic Colors of #C9015D
Black with #C9015D
Text Example
Text Example
White with #C9015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9015D; }
p { color: rgb(201,1,93); }
H1.HeaderClassName
{
color: #C9015D;
}
.AnyTagClassName
{
color: #C9015D;
}
</style>
background-color css
<style>
a { background-color: #C9015D; }
a { background-color: rgb(201,1,93); }
div.DivClassName
{
background-color: #C9015D;
}
.BgClassName
{
background-color: #C9015D;
}
</style>
border-color css
<style>
span { border-color: #C9015D; }
span { border-color: rgb(201,1,93); }
td.TdClassName
{
border-color: #C9015D;
}
.TagClassName
{
border-color: #C9015D;
}
</style>