Shades of Razzmatazz #C80651
Tints of Razzmatazz #C80651
RGB
CMYK
RGB Variations
Color information
#C80651 (or 0xC80651) is known color: Razzmatazz. HEX triplet: C8, 06 and 51. RGB value is (200,6,81). Sum of RGB (Red+Green+Blue) = 200+6+81=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80651 is #37F9AE. Grayscale: #484848. Windows color (decimal): -3668399 or 5310152. OLE color: 5310152.
HSL color Cylindrical-coordinate representation of color #C80651: hue angle of 336.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80651 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.22 |
| HSL | 336.8º | 0.94% | 0.4% | - |
| HSV(B) | 336.8º | 0.97% | 0.78% | - |
| XYZ | 25.37 | 13 | 8.96 | - |
| YUV | 72.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 81 | 0 | 0.97 | 0.59 | 0.22 | 336.8 | 0.94 | 0.4 |
| Hex | C8 | 6 | 51 | 0 | 61 | 3B | 16 | 151 | 5E | 28 |
| Octal | 310 | 6 | 121 | 0 | 141 | 73 | 26 | 521 | 136 | 50 |
| Binary | 11001000 | 110 | 1010001 | 0 | 1100001 | 111011 | 10110 | 101010001 | 1011110 | 101000 |
Color Harmonies of #C80651
Complementary color
Monochromatic Colors of #C80651
Black with #C80651
Text Example
Text Example
White with #C80651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80651; }
p { color: rgb(200,6,81); }
H1.HeaderClassName
{
color: #C80651;
}
.AnyTagClassName
{
color: #C80651;
}
</style>
background-color css
<style>
a { background-color: #C80651; }
a { background-color: rgb(200,6,81); }
div.DivClassName
{
background-color: #C80651;
}
.BgClassName
{
background-color: #C80651;
}
</style>
border-color css
<style>
span { border-color: #C80651; }
span { border-color: rgb(200,6,81); }
td.TdClassName
{
border-color: #C80651;
}
.TagClassName
{
border-color: #C80651;
}
</style>