Shades of Razzmatazz #CC074E
Tints of Razzmatazz #CC074E
RGB
CMYK
RGB Variations
Color information
#CC074E (or 0xCC074E) is known color: Razzmatazz. HEX triplet: CC, 07 and 4E. RGB value is (204,7,78). Sum of RGB (Red+Green+Blue) = 204+7+78=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC074E is #33F8B1. Grayscale: #494949. Windows color (decimal): -3406002 or 5113804. OLE color: 5113804.
HSL color Cylindrical-coordinate representation of color #CC074E: hue angle of 338.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC074E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.2 |
| HSL | 338.38º | 0.93% | 0.41% | - |
| HSV(B) | 338.38º | 0.97% | 0.8% | - |
| XYZ | 26.35 | 13.54 | 8.43 | - |
| YUV | 74 | 130.27 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 78 | 0 | 0.97 | 0.62 | 0.2 | 338.38 | 0.93 | 0.41 |
| Hex | CC | 7 | 4E | 0 | 61 | 3E | 14 | 152 | 5D | 29 |
| Octal | 314 | 7 | 116 | 0 | 141 | 76 | 24 | 522 | 135 | 51 |
| Binary | 11001100 | 111 | 1001110 | 0 | 1100001 | 111110 | 10100 | 101010010 | 1011101 | 101001 |
Color Harmonies of #CC074E
Complementary color
Monochromatic Colors of #CC074E
Black with #CC074E
Text Example
Text Example
White with #CC074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC074E; }
p { color: rgb(204,7,78); }
H1.HeaderClassName
{
color: #CC074E;
}
.AnyTagClassName
{
color: #CC074E;
}
</style>
background-color css
<style>
a { background-color: #CC074E; }
a { background-color: rgb(204,7,78); }
div.DivClassName
{
background-color: #CC074E;
}
.BgClassName
{
background-color: #CC074E;
}
</style>
border-color css
<style>
span { border-color: #CC074E; }
span { border-color: rgb(204,7,78); }
td.TdClassName
{
border-color: #CC074E;
}
.TagClassName
{
border-color: #CC074E;
}
</style>