Shades of Razzmatazz #CC044E
Tints of Razzmatazz #CC044E
RGB
CMYK
RGB Variations
Color information
#CC044E (or 0xCC044E) is known color: Razzmatazz. HEX triplet: CC, 04 and 4E. RGB value is (204,4,78). Sum of RGB (Red+Green+Blue) = 204+4+78=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC044E is #33FBB1. Grayscale: #484848. Windows color (decimal): -3406770 or 5113036. OLE color: 5113036.
HSL color Cylindrical-coordinate representation of color #CC044E: hue angle of 337.8º 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 #CC044E is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.2 |
| HSL | 337.8º | 0.96% | 0.41% | - |
| HSV(B) | 337.8º | 0.98% | 0.8% | - |
| XYZ | 26.32 | 13.47 | 8.42 | - |
| YUV | 72.24 | 131.26 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 78 | 0 | 0.98 | 0.62 | 0.2 | 337.8 | 0.96 | 0.41 |
| Hex | CC | 4 | 4E | 0 | 62 | 3E | 14 | 152 | 60 | 29 |
| Octal | 314 | 4 | 116 | 0 | 142 | 76 | 24 | 522 | 140 | 51 |
| Binary | 11001100 | 100 | 1001110 | 0 | 1100010 | 111110 | 10100 | 101010010 | 1100000 | 101001 |
Color Harmonies of #CC044E
Complementary color
Monochromatic Colors of #CC044E
Black with #CC044E
Text Example
Text Example
White with #CC044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC044E; }
p { color: rgb(204,4,78); }
H1.HeaderClassName
{
color: #CC044E;
}
.AnyTagClassName
{
color: #CC044E;
}
</style>
background-color css
<style>
a { background-color: #CC044E; }
a { background-color: rgb(204,4,78); }
div.DivClassName
{
background-color: #CC044E;
}
.BgClassName
{
background-color: #CC044E;
}
</style>
border-color css
<style>
span { border-color: #CC044E; }
span { border-color: rgb(204,4,78); }
td.TdClassName
{
border-color: #CC044E;
}
.TagClassName
{
border-color: #CC044E;
}
</style>