Shades of Razzmatazz #C5005B
Tints of Razzmatazz #C5005B
RGB
CMYK
RGB Variations
Color information
#C5005B (or 0xC5005B) is known color: Razzmatazz. HEX triplet: C5, 00 and 5B. RGB value is (197,0,91). Sum of RGB (Red+Green+Blue) = 197+0+91=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5005B is #3AFFA4. Grayscale: #454545. Windows color (decimal): -3866533 or 5963973. OLE color: 5963973.
HSL color Cylindrical-coordinate representation of color #C5005B: hue angle of 332.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5005B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.54 | 0.23 |
| HSL | 332.28º | 1% | 0.39% | - |
| HSV(B) | 332.28º | 1% | 0.77% | - |
| XYZ | 24.91 | 12.63 | 11.02 | - |
| YUV | 69.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 91 | 0 | 1 | 0.54 | 0.23 | 332.28 | 1 | 0.39 |
| Hex | C5 | 0 | 5B | 0 | 64 | 36 | 17 | 14C | 64 | 27 |
| Octal | 305 | 0 | 133 | 0 | 144 | 66 | 27 | 514 | 144 | 47 |
| Binary | 11000101 | 0 | 1011011 | 0 | 1100100 | 110110 | 10111 | 101001100 | 1100100 | 100111 |
Color Harmonies of #C5005B
Complementary color
Monochromatic Colors of #C5005B
Black with #C5005B
Text Example
Text Example
White with #C5005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5005B; }
p { color: rgb(197,0,91); }
H1.HeaderClassName
{
color: #C5005B;
}
.AnyTagClassName
{
color: #C5005B;
}
</style>
background-color css
<style>
a { background-color: #C5005B; }
a { background-color: rgb(197,0,91); }
div.DivClassName
{
background-color: #C5005B;
}
.BgClassName
{
background-color: #C5005B;
}
</style>
border-color css
<style>
span { border-color: #C5005B; }
span { border-color: rgb(197,0,91); }
td.TdClassName
{
border-color: #C5005B;
}
.TagClassName
{
border-color: #C5005B;
}
</style>