Shades of Razzmatazz #C9005D
Tints of Razzmatazz #C9005D
RGB
CMYK
RGB Variations
Color information
#C9005D (or 0xC9005D) is known color: Razzmatazz. HEX triplet: C9, 00 and 5D. RGB value is (201,0,93). Sum of RGB (Red+Green+Blue) = 201+0+93=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9005D is #36FFA2. Grayscale: #464646. Windows color (decimal): -3604387 or 6095049. OLE color: 6095049.
HSL color Cylindrical-coordinate representation of color #C9005D: hue angle of 332.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9005D is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.54 | 0.21 |
| HSL | 332.24º | 1% | 0.39% | - |
| HSV(B) | 332.24º | 1% | 0.79% | - |
| XYZ | 26.06 | 13.21 | 11.53 | - |
| YUV | 70.7 | 140.59 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 93 | 0 | 1 | 0.54 | 0.21 | 332.24 | 1 | 0.39 |
| Hex | C9 | 0 | 5D | 0 | 64 | 36 | 15 | 14C | 64 | 27 |
| Octal | 311 | 0 | 135 | 0 | 144 | 66 | 25 | 514 | 144 | 47 |
| Binary | 11001001 | 0 | 1011101 | 0 | 1100100 | 110110 | 10101 | 101001100 | 1100100 | 100111 |
Color Harmonies of #C9005D
Complementary color
Monochromatic Colors of #C9005D
Black with #C9005D
Text Example
Text Example
White with #C9005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9005D; }
p { color: rgb(201,0,93); }
H1.HeaderClassName
{
color: #C9005D;
}
.AnyTagClassName
{
color: #C9005D;
}
</style>
background-color css
<style>
a { background-color: #C9005D; }
a { background-color: rgb(201,0,93); }
div.DivClassName
{
background-color: #C9005D;
}
.BgClassName
{
background-color: #C9005D;
}
</style>
border-color css
<style>
span { border-color: #C9005D; }
span { border-color: rgb(201,0,93); }
td.TdClassName
{
border-color: #C9005D;
}
.TagClassName
{
border-color: #C9005D;
}
</style>