Shades of Razzmatazz #CC084E
Tints of Razzmatazz #CC084E
RGB
CMYK
RGB Variations
Color information
#CC084E (or 0xCC084E) is known color: Razzmatazz. HEX triplet: CC, 08 and 4E. RGB value is (204,8,78). Sum of RGB (Red+Green+Blue) = 204+8+78=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC084E is #33F7B1. Grayscale: #4A4A4A. Windows color (decimal): -3405746 or 5114060. OLE color: 5114060.
HSL color Cylindrical-coordinate representation of color #CC084E: hue angle of 338.57º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC084E is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.2 |
| HSL | 338.57º | 0.92% | 0.42% | - |
| HSV(B) | 338.57º | 0.96% | 0.8% | - |
| XYZ | 26.36 | 13.56 | 8.44 | - |
| YUV | 74.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 78 | 0 | 0.96 | 0.62 | 0.2 | 338.57 | 0.92 | 0.42 |
| Hex | CC | 8 | 4E | 0 | 60 | 3E | 14 | 153 | 5C | 2A |
| Octal | 314 | 10 | 116 | 0 | 140 | 76 | 24 | 523 | 134 | 52 |
| Binary | 11001100 | 1000 | 1001110 | 0 | 1100000 | 111110 | 10100 | 101010011 | 1011100 | 101010 |
Color Harmonies of #CC084E
Complementary color
Monochromatic Colors of #CC084E
Black with #CC084E
Text Example
Text Example
White with #CC084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC084E; }
p { color: rgb(204,8,78); }
H1.HeaderClassName
{
color: #CC084E;
}
.AnyTagClassName
{
color: #CC084E;
}
</style>
background-color css
<style>
a { background-color: #CC084E; }
a { background-color: rgb(204,8,78); }
div.DivClassName
{
background-color: #CC084E;
}
.BgClassName
{
background-color: #CC084E;
}
</style>
border-color css
<style>
span { border-color: #CC084E; }
span { border-color: rgb(204,8,78); }
td.TdClassName
{
border-color: #CC084E;
}
.TagClassName
{
border-color: #CC084E;
}
</style>