Shades of Razzmatazz #CC084F
Tints of Razzmatazz #CC084F
RGB
CMYK
RGB Variations
Color information
#CC084F (or 0xCC084F) is known color: Razzmatazz. HEX triplet: CC, 08 and 4F. RGB value is (204,8,79). Sum of RGB (Red+Green+Blue) = 204+8+79=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC084F is #33F7B0. Grayscale: #4A4A4A. Windows color (decimal): -3405745 or 5179596. OLE color: 5179596.
HSL color Cylindrical-coordinate representation of color #CC084F: hue angle of 338.27º 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 #CC084F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 79 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.2 |
| HSL | 338.27º | 0.92% | 0.42% | - |
| HSV(B) | 338.27º | 0.96% | 0.8% | - |
| XYZ | 26.4 | 13.58 | 8.63 | - |
| YUV | 74.7 | 130.43 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 79 | 0 | 0.96 | 0.61 | 0.2 | 338.27 | 0.92 | 0.42 |
| Hex | CC | 8 | 4F | 0 | 60 | 3D | 14 | 152 | 5C | 2A |
| Octal | 314 | 10 | 117 | 0 | 140 | 75 | 24 | 522 | 134 | 52 |
| Binary | 11001100 | 1000 | 1001111 | 0 | 1100000 | 111101 | 10100 | 101010010 | 1011100 | 101010 |
Color Harmonies of #CC084F
Complementary color
Monochromatic Colors of #CC084F
Black with #CC084F
Text Example
Text Example
White with #CC084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC084F; }
p { color: rgb(204,8,79); }
H1.HeaderClassName
{
color: #CC084F;
}
.AnyTagClassName
{
color: #CC084F;
}
</style>
background-color css
<style>
a { background-color: #CC084F; }
a { background-color: rgb(204,8,79); }
div.DivClassName
{
background-color: #CC084F;
}
.BgClassName
{
background-color: #CC084F;
}
</style>
border-color css
<style>
span { border-color: #CC084F; }
span { border-color: rgb(204,8,79); }
td.TdClassName
{
border-color: #CC084F;
}
.TagClassName
{
border-color: #CC084F;
}
</style>