Shades of Razzmatazz #C80550
Tints of Razzmatazz #C80550
RGB
CMYK
RGB Variations
Color information
#C80550 (or 0xC80550) is known color: Razzmatazz. HEX triplet: C8, 05 and 50. RGB value is (200,5,80). Sum of RGB (Red+Green+Blue) = 200+5+80=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C80550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80550 is #37FAAF. Grayscale: #474747. Windows color (decimal): -3668656 or 5244360. OLE color: 5244360.
HSL color Cylindrical-coordinate representation of color #C80550: hue angle of 336.92º 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 #C80550 is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.6 | 0.22 |
| HSL | 336.92º | 0.95% | 0.4% | - |
| HSV(B) | 336.92º | 0.98% | 0.78% | - |
| XYZ | 25.32 | 12.97 | 8.76 | - |
| YUV | 71.86 | 132.6 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 80 | 0 | 0.98 | 0.6 | 0.22 | 336.92 | 0.95 | 0.4 |
| Hex | C8 | 5 | 50 | 0 | 62 | 3C | 16 | 151 | 5F | 28 |
| Octal | 310 | 5 | 120 | 0 | 142 | 74 | 26 | 521 | 137 | 50 |
| Binary | 11001000 | 101 | 1010000 | 0 | 1100010 | 111100 | 10110 | 101010001 | 1011111 | 101000 |
Color Harmonies of #C80550
Complementary color
Monochromatic Colors of #C80550
Black with #C80550
Text Example
Text Example
White with #C80550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80550; }
p { color: rgb(200,5,80); }
H1.HeaderClassName
{
color: #C80550;
}
.AnyTagClassName
{
color: #C80550;
}
</style>
background-color css
<style>
a { background-color: #C80550; }
a { background-color: rgb(200,5,80); }
div.DivClassName
{
background-color: #C80550;
}
.BgClassName
{
background-color: #C80550;
}
</style>
border-color css
<style>
span { border-color: #C80550; }
span { border-color: rgb(200,5,80); }
td.TdClassName
{
border-color: #C80550;
}
.TagClassName
{
border-color: #C80550;
}
</style>