Shades of Razzmatazz #CC044F
Tints of Razzmatazz #CC044F
RGB
CMYK
RGB Variations
Color information
#CC044F (or 0xCC044F) is known color: Razzmatazz. HEX triplet: CC, 04 and 4F. RGB value is (204,4,79). Sum of RGB (Red+Green+Blue) = 204+4+79=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC044F is #33FBB0. Grayscale: #484848. Windows color (decimal): -3406769 or 5178572. OLE color: 5178572.
HSL color Cylindrical-coordinate representation of color #CC044F: hue angle of 337.5º 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 #CC044F is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.2 |
| HSL | 337.5º | 0.96% | 0.41% | - |
| HSV(B) | 337.5º | 0.98% | 0.8% | - |
| XYZ | 26.36 | 13.49 | 8.61 | - |
| YUV | 72.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 79 | 0 | 0.98 | 0.61 | 0.2 | 337.5 | 0.96 | 0.41 |
| Hex | CC | 4 | 4F | 0 | 62 | 3D | 14 | 152 | 60 | 29 |
| Octal | 314 | 4 | 117 | 0 | 142 | 75 | 24 | 522 | 140 | 51 |
| Binary | 11001100 | 100 | 1001111 | 0 | 1100010 | 111101 | 10100 | 101010010 | 1100000 | 101001 |
Color Harmonies of #CC044F
Complementary color
Monochromatic Colors of #CC044F
Black with #CC044F
Text Example
Text Example
White with #CC044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC044F; }
p { color: rgb(204,4,79); }
H1.HeaderClassName
{
color: #CC044F;
}
.AnyTagClassName
{
color: #CC044F;
}
</style>
background-color css
<style>
a { background-color: #CC044F; }
a { background-color: rgb(204,4,79); }
div.DivClassName
{
background-color: #CC044F;
}
.BgClassName
{
background-color: #CC044F;
}
</style>
border-color css
<style>
span { border-color: #CC044F; }
span { border-color: rgb(204,4,79); }
td.TdClassName
{
border-color: #CC044F;
}
.TagClassName
{
border-color: #CC044F;
}
</style>