Shades of Razzmatazz #C60051
Tints of Razzmatazz #C60051
RGB
CMYK
RGB Variations
Color information
#C60051 (or 0xC60051) is known color: Razzmatazz. HEX triplet: C6, 00 and 51. RGB value is (198,0,81). Sum of RGB (Red+Green+Blue) = 198+0+81=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C60051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60051 is #39FFAE. Grayscale: #444444. Windows color (decimal): -3801007 or 5308614. OLE color: 5308614.
HSL color Cylindrical-coordinate representation of color #C60051: hue angle of 335.45º 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 #C60051 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.59 | 0.22 |
| HSL | 335.45º | 1% | 0.39% | - |
| HSV(B) | 335.45º | 1% | 0.78% | - |
| XYZ | 24.77 | 12.6 | 8.91 | - |
| YUV | 68.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 81 | 0 | 1 | 0.59 | 0.22 | 335.45 | 1 | 0.39 |
| Hex | C6 | 0 | 51 | 0 | 64 | 3B | 16 | 14F | 64 | 27 |
| Octal | 306 | 0 | 121 | 0 | 144 | 73 | 26 | 517 | 144 | 47 |
| Binary | 11000110 | 0 | 1010001 | 0 | 1100100 | 111011 | 10110 | 101001111 | 1100100 | 100111 |
Color Harmonies of #C60051
Complementary color
Monochromatic Colors of #C60051
Black with #C60051
Text Example
Text Example
White with #C60051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60051; }
p { color: rgb(198,0,81); }
H1.HeaderClassName
{
color: #C60051;
}
.AnyTagClassName
{
color: #C60051;
}
</style>
background-color css
<style>
a { background-color: #C60051; }
a { background-color: rgb(198,0,81); }
div.DivClassName
{
background-color: #C60051;
}
.BgClassName
{
background-color: #C60051;
}
</style>
border-color css
<style>
span { border-color: #C60051; }
span { border-color: rgb(198,0,81); }
td.TdClassName
{
border-color: #C60051;
}
.TagClassName
{
border-color: #C60051;
}
</style>