Shades of Razzmatazz #C8004D
Tints of Razzmatazz #C8004D
RGB
CMYK
RGB Variations
Color information
#C8004D (or 0xC8004D) is known color: Razzmatazz. HEX triplet: C8, 00 and 4D. RGB value is (200,0,77). Sum of RGB (Red+Green+Blue) = 200+0+77=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8004D is #37FFB2. Grayscale: #444444. Windows color (decimal): -3669939 or 5046472. OLE color: 5046472.
HSL color Cylindrical-coordinate representation of color #C8004D: hue angle of 336.9º 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 #C8004D is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.62 | 0.22 |
| HSL | 336.9º | 1% | 0.39% | - |
| HSV(B) | 336.9º | 1% | 0.78% | - |
| XYZ | 25.16 | 12.82 | 8.17 | - |
| YUV | 68.58 | 132.76 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 77 | 0 | 1 | 0.62 | 0.22 | 336.9 | 1 | 0.39 |
| Hex | C8 | 0 | 4D | 0 | 64 | 3E | 16 | 151 | 64 | 27 |
| Octal | 310 | 0 | 115 | 0 | 144 | 76 | 26 | 521 | 144 | 47 |
| Binary | 11001000 | 0 | 1001101 | 0 | 1100100 | 111110 | 10110 | 101010001 | 1100100 | 100111 |
Color Harmonies of #C8004D
Complementary color
Monochromatic Colors of #C8004D
Black with #C8004D
Text Example
Text Example
White with #C8004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8004D; }
p { color: rgb(200,0,77); }
H1.HeaderClassName
{
color: #C8004D;
}
.AnyTagClassName
{
color: #C8004D;
}
</style>
background-color css
<style>
a { background-color: #C8004D; }
a { background-color: rgb(200,0,77); }
div.DivClassName
{
background-color: #C8004D;
}
.BgClassName
{
background-color: #C8004D;
}
</style>
border-color css
<style>
span { border-color: #C8004D; }
span { border-color: rgb(200,0,77); }
td.TdClassName
{
border-color: #C8004D;
}
.TagClassName
{
border-color: #C8004D;
}
</style>