Shades of Razzmatazz #CC044D
Tints of Razzmatazz #CC044D
RGB
CMYK
RGB Variations
Color information
#CC044D (or 0xCC044D) is known color: Razzmatazz. HEX triplet: CC, 04 and 4D. RGB value is (204,4,77). Sum of RGB (Red+Green+Blue) = 204+4+77=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC044D is #33FBB2. Grayscale: #484848. Windows color (decimal): -3406771 or 5047500. OLE color: 5047500.
HSL color Cylindrical-coordinate representation of color #CC044D: hue angle of 338.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC044D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.2 |
| HSL | 338.1º | 0.96% | 0.41% | - |
| HSV(B) | 338.1º | 0.98% | 0.8% | - |
| XYZ | 26.28 | 13.46 | 8.23 | - |
| YUV | 72.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 77 | 0 | 0.98 | 0.62 | 0.2 | 338.1 | 0.96 | 0.41 |
| Hex | CC | 4 | 4D | 0 | 62 | 3E | 14 | 152 | 60 | 29 |
| Octal | 314 | 4 | 115 | 0 | 142 | 76 | 24 | 522 | 140 | 51 |
| Binary | 11001100 | 100 | 1001101 | 0 | 1100010 | 111110 | 10100 | 101010010 | 1100000 | 101001 |
Color Harmonies of #CC044D
Complementary color
Monochromatic Colors of #CC044D
Black with #CC044D
Text Example
Text Example
White with #CC044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC044D; }
p { color: rgb(204,4,77); }
H1.HeaderClassName
{
color: #CC044D;
}
.AnyTagClassName
{
color: #CC044D;
}
</style>
background-color css
<style>
a { background-color: #CC044D; }
a { background-color: rgb(204,4,77); }
div.DivClassName
{
background-color: #CC044D;
}
.BgClassName
{
background-color: #CC044D;
}
</style>
border-color css
<style>
span { border-color: #CC044D; }
span { border-color: rgb(204,4,77); }
td.TdClassName
{
border-color: #CC044D;
}
.TagClassName
{
border-color: #CC044D;
}
</style>