Shades of Razzmatazz #C80151
Tints of Razzmatazz #C80151
RGB
CMYK
RGB Variations
Color information
#C80151 (or 0xC80151) is known color: Razzmatazz. HEX triplet: C8, 01 and 51. RGB value is (200,1,81). Sum of RGB (Red+Green+Blue) = 200+1+81=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C80151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80151 is #37FEAE. Grayscale: #454545. Windows color (decimal): -3669679 or 5308872. OLE color: 5308872.
HSL color Cylindrical-coordinate representation of color #C80151: hue angle of 335.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80151 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.22 |
| HSL | 335.88º | 0.99% | 0.39% | - |
| HSV(B) | 335.88º | 1% | 0.78% | - |
| XYZ | 25.32 | 12.9 | 8.94 | - |
| YUV | 69.62 | 134.43 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 81 | 0 | 1.00 | 0.59 | 0.22 | 335.88 | 0.99 | 0.39 |
| Hex | C8 | 1 | 51 | 0 | 64 | 3B | 16 | 150 | 63 | 27 |
| Octal | 310 | 1 | 121 | 0 | 144 | 73 | 26 | 520 | 143 | 47 |
| Binary | 11001000 | 1 | 1010001 | 0 | 1100100 | 111011 | 10110 | 101010000 | 1100011 | 100111 |
Color Harmonies of #C80151
Complementary color
Monochromatic Colors of #C80151
Black with #C80151
Text Example
Text Example
White with #C80151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80151; }
p { color: rgb(200,1,81); }
H1.HeaderClassName
{
color: #C80151;
}
.AnyTagClassName
{
color: #C80151;
}
</style>
background-color css
<style>
a { background-color: #C80151; }
a { background-color: rgb(200,1,81); }
div.DivClassName
{
background-color: #C80151;
}
.BgClassName
{
background-color: #C80151;
}
</style>
border-color css
<style>
span { border-color: #C80151; }
span { border-color: rgb(200,1,81); }
td.TdClassName
{
border-color: #C80151;
}
.TagClassName
{
border-color: #C80151;
}
</style>