Shades of Razzmatazz #C9025A
Tints of Razzmatazz #C9025A
RGB
CMYK
RGB Variations
Color information
#C9025A (or 0xC9025A) is known color: Razzmatazz. HEX triplet: C9, 02 and 5A. RGB value is (201,2,90). Sum of RGB (Red+Green+Blue) = 201+2+90=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9025A is #36FDA5. Grayscale: #474747. Windows color (decimal): -3603878 or 5898953. OLE color: 5898953.
HSL color Cylindrical-coordinate representation of color #C9025A: hue angle of 333.47º degrees, saturation: 0.98, 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 #C9025A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.21 |
| HSL | 333.47º | 0.98% | 0.4% | - |
| HSV(B) | 333.47º | 0.99% | 0.79% | - |
| XYZ | 25.95 | 13.2 | 10.85 | - |
| YUV | 71.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 90 | 0 | 0.99 | 0.55 | 0.21 | 333.47 | 0.98 | 0.4 |
| Hex | C9 | 2 | 5A | 0 | 63 | 37 | 15 | 14D | 62 | 28 |
| Octal | 311 | 2 | 132 | 0 | 143 | 67 | 25 | 515 | 142 | 50 |
| Binary | 11001001 | 10 | 1011010 | 0 | 1100011 | 110111 | 10101 | 101001101 | 1100010 | 101000 |
Color Harmonies of #C9025A
Complementary color
Monochromatic Colors of #C9025A
Black with #C9025A
Text Example
Text Example
White with #C9025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9025A; }
p { color: rgb(201,2,90); }
H1.HeaderClassName
{
color: #C9025A;
}
.AnyTagClassName
{
color: #C9025A;
}
</style>
background-color css
<style>
a { background-color: #C9025A; }
a { background-color: rgb(201,2,90); }
div.DivClassName
{
background-color: #C9025A;
}
.BgClassName
{
background-color: #C9025A;
}
</style>
border-color css
<style>
span { border-color: #C9025A; }
span { border-color: rgb(201,2,90); }
td.TdClassName
{
border-color: #C9025A;
}
.TagClassName
{
border-color: #C9025A;
}
</style>