Shades of Razzmatazz #C8084D
Tints of Razzmatazz #C8084D
RGB
CMYK
RGB Variations
Color information
#C8084D (or 0xC8084D) is known color: Razzmatazz. HEX triplet: C8, 08 and 4D. RGB value is (200,8,77). Sum of RGB (Red+Green+Blue) = 200+8+77=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8084D is #37F7B2. Grayscale: #494949. Windows color (decimal): -3667891 or 5048520. OLE color: 5048520.
HSL color Cylindrical-coordinate representation of color #C8084D: hue angle of 338.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8084D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.22 |
| HSL | 338.44º | 0.92% | 0.41% | - |
| HSV(B) | 338.44º | 0.96% | 0.78% | - |
| XYZ | 25.25 | 12.99 | 8.2 | - |
| YUV | 73.27 | 130.11 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 77 | 0 | 0.96 | 0.62 | 0.22 | 338.44 | 0.92 | 0.41 |
| Hex | C8 | 8 | 4D | 0 | 60 | 3E | 16 | 152 | 5C | 29 |
| Octal | 310 | 10 | 115 | 0 | 140 | 76 | 26 | 522 | 134 | 51 |
| Binary | 11001000 | 1000 | 1001101 | 0 | 1100000 | 111110 | 10110 | 101010010 | 1011100 | 101001 |
Color Harmonies of #C8084D
Complementary color
Monochromatic Colors of #C8084D
Black with #C8084D
Text Example
Text Example
White with #C8084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8084D; }
p { color: rgb(200,8,77); }
H1.HeaderClassName
{
color: #C8084D;
}
.AnyTagClassName
{
color: #C8084D;
}
</style>
background-color css
<style>
a { background-color: #C8084D; }
a { background-color: rgb(200,8,77); }
div.DivClassName
{
background-color: #C8084D;
}
.BgClassName
{
background-color: #C8084D;
}
</style>
border-color css
<style>
span { border-color: #C8084D; }
span { border-color: rgb(200,8,77); }
td.TdClassName
{
border-color: #C8084D;
}
.TagClassName
{
border-color: #C8084D;
}
</style>