Shades of Razzmatazz #C80551
Tints of Razzmatazz #C80551
RGB
CMYK
RGB Variations
Color information
#C80551 (or 0xC80551) is known color: Razzmatazz. HEX triplet: C8, 05 and 51. RGB value is (200,5,81). Sum of RGB (Red+Green+Blue) = 200+5+81=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C80551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80551 is #37FAAE. Grayscale: #474747. Windows color (decimal): -3668655 or 5309896. OLE color: 5309896.
HSL color Cylindrical-coordinate representation of color #C80551: hue angle of 336.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80551 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.22 |
| HSL | 336.62º | 0.95% | 0.4% | - |
| HSV(B) | 336.62º | 0.98% | 0.78% | - |
| XYZ | 25.36 | 12.98 | 8.95 | - |
| YUV | 71.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 81 | 0 | 0.98 | 0.59 | 0.22 | 336.62 | 0.95 | 0.4 |
| Hex | C8 | 5 | 51 | 0 | 62 | 3B | 16 | 151 | 5F | 28 |
| Octal | 310 | 5 | 121 | 0 | 142 | 73 | 26 | 521 | 137 | 50 |
| Binary | 11001000 | 101 | 1010001 | 0 | 1100010 | 111011 | 10110 | 101010001 | 1011111 | 101000 |
Color Harmonies of #C80551
Complementary color
Monochromatic Colors of #C80551
Black with #C80551
Text Example
Text Example
White with #C80551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80551; }
p { color: rgb(200,5,81); }
H1.HeaderClassName
{
color: #C80551;
}
.AnyTagClassName
{
color: #C80551;
}
</style>
background-color css
<style>
a { background-color: #C80551; }
a { background-color: rgb(200,5,81); }
div.DivClassName
{
background-color: #C80551;
}
.BgClassName
{
background-color: #C80551;
}
</style>
border-color css
<style>
span { border-color: #C80551; }
span { border-color: rgb(200,5,81); }
td.TdClassName
{
border-color: #C80551;
}
.TagClassName
{
border-color: #C80551;
}
</style>