Shades of Razzmatazz #C8054D
Tints of Razzmatazz #C8054D
RGB
CMYK
RGB Variations
Color information
#C8054D (or 0xC8054D) is known color: Razzmatazz. HEX triplet: C8, 05 and 4D. RGB value is (200,5,77). Sum of RGB (Red+Green+Blue) = 200+5+77=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8054D is #37FAB2. Grayscale: #474747. Windows color (decimal): -3668659 or 5047752. OLE color: 5047752.
HSL color Cylindrical-coordinate representation of color #C8054D: hue angle of 337.85º degrees, saturation: 0.95, 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 #C8054D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.22 |
| HSL | 337.85º | 0.95% | 0.4% | - |
| HSV(B) | 337.85º | 0.98% | 0.78% | - |
| XYZ | 25.21 | 12.92 | 8.19 | - |
| YUV | 71.51 | 131.1 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 77 | 0 | 0.98 | 0.62 | 0.22 | 337.85 | 0.95 | 0.4 |
| Hex | C8 | 5 | 4D | 0 | 62 | 3E | 16 | 152 | 5F | 28 |
| Octal | 310 | 5 | 115 | 0 | 142 | 76 | 26 | 522 | 137 | 50 |
| Binary | 11001000 | 101 | 1001101 | 0 | 1100010 | 111110 | 10110 | 101010010 | 1011111 | 101000 |
Color Harmonies of #C8054D
Complementary color
Monochromatic Colors of #C8054D
Black with #C8054D
Text Example
Text Example
White with #C8054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8054D; }
p { color: rgb(200,5,77); }
H1.HeaderClassName
{
color: #C8054D;
}
.AnyTagClassName
{
color: #C8054D;
}
</style>
background-color css
<style>
a { background-color: #C8054D; }
a { background-color: rgb(200,5,77); }
div.DivClassName
{
background-color: #C8054D;
}
.BgClassName
{
background-color: #C8054D;
}
</style>
border-color css
<style>
span { border-color: #C8054D; }
span { border-color: rgb(200,5,77); }
td.TdClassName
{
border-color: #C8054D;
}
.TagClassName
{
border-color: #C8054D;
}
</style>