Shades of Razzmatazz #C6004D
Tints of Razzmatazz #C6004D
RGB
CMYK
RGB Variations
Color information
#C6004D (or 0xC6004D) is known color: Razzmatazz. HEX triplet: C6, 00 and 4D. RGB value is (198,0,77). Sum of RGB (Red+Green+Blue) = 198+0+77=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6004D is #39FFB2. Grayscale: #434343. Windows color (decimal): -3801011 or 5046470. OLE color: 5046470.
HSL color Cylindrical-coordinate representation of color #C6004D: hue angle of 336.67º 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 #C6004D is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.61 | 0.22 |
| HSL | 336.67º | 1% | 0.39% | - |
| HSV(B) | 336.67º | 1% | 0.78% | - |
| XYZ | 24.63 | 12.54 | 8.14 | - |
| YUV | 67.98 | 133.1 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 77 | 0 | 1 | 0.61 | 0.22 | 336.67 | 1 | 0.39 |
| Hex | C6 | 0 | 4D | 0 | 64 | 3D | 16 | 151 | 64 | 27 |
| Octal | 306 | 0 | 115 | 0 | 144 | 75 | 26 | 521 | 144 | 47 |
| Binary | 11000110 | 0 | 1001101 | 0 | 1100100 | 111101 | 10110 | 101010001 | 1100100 | 100111 |
Color Harmonies of #C6004D
Complementary color
Monochromatic Colors of #C6004D
Black with #C6004D
Text Example
Text Example
White with #C6004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6004D; }
p { color: rgb(198,0,77); }
H1.HeaderClassName
{
color: #C6004D;
}
.AnyTagClassName
{
color: #C6004D;
}
</style>
background-color css
<style>
a { background-color: #C6004D; }
a { background-color: rgb(198,0,77); }
div.DivClassName
{
background-color: #C6004D;
}
.BgClassName
{
background-color: #C6004D;
}
</style>
border-color css
<style>
span { border-color: #C6004D; }
span { border-color: rgb(198,0,77); }
td.TdClassName
{
border-color: #C6004D;
}
.TagClassName
{
border-color: #C6004D;
}
</style>