Shades of Razzmatazz #C8044D
Tints of Razzmatazz #C8044D
RGB
CMYK
RGB Variations
Color information
#C8044D (or 0xC8044D) is known color: Razzmatazz. HEX triplet: C8, 04 and 4D. RGB value is (200,4,77). Sum of RGB (Red+Green+Blue) = 200+4+77=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8044D is #37FBB2. Grayscale: #464646. Windows color (decimal): -3668915 or 5047496. OLE color: 5047496.
HSL color Cylindrical-coordinate representation of color #C8044D: hue angle of 337.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8044D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.22 |
| HSL | 337.65º | 0.96% | 0.4% | - |
| HSV(B) | 337.65º | 0.98% | 0.78% | - |
| XYZ | 25.2 | 12.9 | 8.18 | - |
| YUV | 70.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 77 | 0 | 0.98 | 0.62 | 0.22 | 337.65 | 0.96 | 0.4 |
| Hex | C8 | 4 | 4D | 0 | 62 | 3E | 16 | 152 | 60 | 28 |
| Octal | 310 | 4 | 115 | 0 | 142 | 76 | 26 | 522 | 140 | 50 |
| Binary | 11001000 | 100 | 1001101 | 0 | 1100010 | 111110 | 10110 | 101010010 | 1100000 | 101000 |
Color Harmonies of #C8044D
Complementary color
Monochromatic Colors of #C8044D
Black with #C8044D
Text Example
Text Example
White with #C8044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8044D; }
p { color: rgb(200,4,77); }
H1.HeaderClassName
{
color: #C8044D;
}
.AnyTagClassName
{
color: #C8044D;
}
</style>
background-color css
<style>
a { background-color: #C8044D; }
a { background-color: rgb(200,4,77); }
div.DivClassName
{
background-color: #C8044D;
}
.BgClassName
{
background-color: #C8044D;
}
</style>
border-color css
<style>
span { border-color: #C8044D; }
span { border-color: rgb(200,4,77); }
td.TdClassName
{
border-color: #C8044D;
}
.TagClassName
{
border-color: #C8044D;
}
</style>