Shades of Razzmatazz #C80057
Tints of Razzmatazz #C80057
RGB
CMYK
RGB Variations
Color information
#C80057 (or 0xC80057) is known color: Razzmatazz. HEX triplet: C8, 00 and 57. RGB value is (200,0,87). Sum of RGB (Red+Green+Blue) = 200+0+87=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80057 is #37FFA8. Grayscale: #454545. Windows color (decimal): -3669929 or 5701832. OLE color: 5701832.
HSL color Cylindrical-coordinate representation of color #C80057: hue angle of 333.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80057 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.56 | 0.22 |
| HSL | 333.9º | 1% | 0.39% | - |
| HSV(B) | 333.9º | 1% | 0.78% | - |
| XYZ | 25.54 | 12.97 | 10.17 | - |
| YUV | 69.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 87 | 0 | 1 | 0.56 | 0.22 | 333.9 | 1 | 0.39 |
| Hex | C8 | 0 | 57 | 0 | 64 | 38 | 16 | 14E | 64 | 27 |
| Octal | 310 | 0 | 127 | 0 | 144 | 70 | 26 | 516 | 144 | 47 |
| Binary | 11001000 | 0 | 1010111 | 0 | 1100100 | 111000 | 10110 | 101001110 | 1100100 | 100111 |
Color Harmonies of #C80057
Complementary color
Monochromatic Colors of #C80057
Black with #C80057
Text Example
Text Example
White with #C80057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80057; }
p { color: rgb(200,0,87); }
H1.HeaderClassName
{
color: #C80057;
}
.AnyTagClassName
{
color: #C80057;
}
</style>
background-color css
<style>
a { background-color: #C80057; }
a { background-color: rgb(200,0,87); }
div.DivClassName
{
background-color: #C80057;
}
.BgClassName
{
background-color: #C80057;
}
</style>
border-color css
<style>
span { border-color: #C80057; }
span { border-color: rgb(200,0,87); }
td.TdClassName
{
border-color: #C80057;
}
.TagClassName
{
border-color: #C80057;
}
</style>