Shades of Razzmatazz #C80051
Tints of Razzmatazz #C80051
RGB
CMYK
RGB Variations
Color information
#C80051 (or 0xC80051) is known color: Razzmatazz. HEX triplet: C8, 00 and 51. RGB value is (200,0,81). Sum of RGB (Red+Green+Blue) = 200+0+81=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C80051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80051 is #37FFAE. Grayscale: #444444. Windows color (decimal): -3669935 or 5308616. OLE color: 5308616.
HSL color Cylindrical-coordinate representation of color #C80051: hue angle of 335.7º 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 #C80051 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.59 | 0.22 |
| HSL | 335.7º | 1% | 0.39% | - |
| HSV(B) | 335.7º | 1% | 0.78% | - |
| XYZ | 25.3 | 12.87 | 8.94 | - |
| YUV | 69.03 | 134.76 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 81 | 0 | 1 | 0.59 | 0.22 | 335.7 | 1 | 0.39 |
| Hex | C8 | 0 | 51 | 0 | 64 | 3B | 16 | 150 | 64 | 27 |
| Octal | 310 | 0 | 121 | 0 | 144 | 73 | 26 | 520 | 144 | 47 |
| Binary | 11001000 | 0 | 1010001 | 0 | 1100100 | 111011 | 10110 | 101010000 | 1100100 | 100111 |
Color Harmonies of #C80051
Complementary color
Monochromatic Colors of #C80051
Black with #C80051
Text Example
Text Example
White with #C80051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80051; }
p { color: rgb(200,0,81); }
H1.HeaderClassName
{
color: #C80051;
}
.AnyTagClassName
{
color: #C80051;
}
</style>
background-color css
<style>
a { background-color: #C80051; }
a { background-color: rgb(200,0,81); }
div.DivClassName
{
background-color: #C80051;
}
.BgClassName
{
background-color: #C80051;
}
</style>
border-color css
<style>
span { border-color: #C80051; }
span { border-color: rgb(200,0,81); }
td.TdClassName
{
border-color: #C80051;
}
.TagClassName
{
border-color: #C80051;
}
</style>