Shades of Razzmatazz #C8024D
Tints of Razzmatazz #C8024D
RGB
CMYK
RGB Variations
Color information
#C8024D (or 0xC8024D) is known color: Razzmatazz. HEX triplet: C8, 02 and 4D. RGB value is (200,2,77). Sum of RGB (Red+Green+Blue) = 200+2+77=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8024D is #37FDB2. Grayscale: #454545. Windows color (decimal): -3669427 or 5046984. OLE color: 5046984.
HSL color Cylindrical-coordinate representation of color #C8024D: hue angle of 337.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8024D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.22 |
| HSL | 337.27º | 0.98% | 0.4% | - |
| HSV(B) | 337.27º | 0.99% | 0.78% | - |
| XYZ | 25.18 | 12.86 | 8.18 | - |
| YUV | 69.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 77 | 0 | 0.99 | 0.62 | 0.22 | 337.27 | 0.98 | 0.4 |
| Hex | C8 | 2 | 4D | 0 | 63 | 3E | 16 | 151 | 62 | 28 |
| Octal | 310 | 2 | 115 | 0 | 143 | 76 | 26 | 521 | 142 | 50 |
| Binary | 11001000 | 10 | 1001101 | 0 | 1100011 | 111110 | 10110 | 101010001 | 1100010 | 101000 |
Color Harmonies of #C8024D
Complementary color
Monochromatic Colors of #C8024D
Black with #C8024D
Text Example
Text Example
White with #C8024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8024D; }
p { color: rgb(200,2,77); }
H1.HeaderClassName
{
color: #C8024D;
}
.AnyTagClassName
{
color: #C8024D;
}
</style>
background-color css
<style>
a { background-color: #C8024D; }
a { background-color: rgb(200,2,77); }
div.DivClassName
{
background-color: #C8024D;
}
.BgClassName
{
background-color: #C8024D;
}
</style>
border-color css
<style>
span { border-color: #C8024D; }
span { border-color: rgb(200,2,77); }
td.TdClassName
{
border-color: #C8024D;
}
.TagClassName
{
border-color: #C8024D;
}
</style>