Shades of Razzmatazz #C9015A
Tints of Razzmatazz #C9015A
RGB
CMYK
RGB Variations
Color information
#C9015A (or 0xC9015A) is known color: Razzmatazz. HEX triplet: C9, 01 and 5A. RGB value is (201,1,90). Sum of RGB (Red+Green+Blue) = 201+1+90=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C9015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9015A is #36FEA5. Grayscale: #464646. Windows color (decimal): -3604134 or 5898697. OLE color: 5898697.
HSL color Cylindrical-coordinate representation of color #C9015A: hue angle of 333.3º 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 #C9015A is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.21 |
| HSL | 333.3º | 0.99% | 0.4% | - |
| HSV(B) | 333.3º | 1% | 0.79% | - |
| XYZ | 25.94 | 13.18 | 10.85 | - |
| YUV | 70.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 90 | 0 | 1.00 | 0.55 | 0.21 | 333.3 | 0.99 | 0.4 |
| Hex | C9 | 1 | 5A | 0 | 64 | 37 | 15 | 14D | 63 | 28 |
| Octal | 311 | 1 | 132 | 0 | 144 | 67 | 25 | 515 | 143 | 50 |
| Binary | 11001001 | 1 | 1011010 | 0 | 1100100 | 110111 | 10101 | 101001101 | 1100011 | 101000 |
Color Harmonies of #C9015A
Complementary color
Monochromatic Colors of #C9015A
Black with #C9015A
Text Example
Text Example
White with #C9015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9015A; }
p { color: rgb(201,1,90); }
H1.HeaderClassName
{
color: #C9015A;
}
.AnyTagClassName
{
color: #C9015A;
}
</style>
background-color css
<style>
a { background-color: #C9015A; }
a { background-color: rgb(201,1,90); }
div.DivClassName
{
background-color: #C9015A;
}
.BgClassName
{
background-color: #C9015A;
}
</style>
border-color css
<style>
span { border-color: #C9015A; }
span { border-color: rgb(201,1,90); }
td.TdClassName
{
border-color: #C9015A;
}
.TagClassName
{
border-color: #C9015A;
}
</style>