Shades of Razzmatazz #CC0A4D
Tints of Razzmatazz #CC0A4D
RGB
CMYK
RGB Variations
Color information
#CC0A4D (or 0xCC0A4D) is known color: Razzmatazz. HEX triplet: CC, 0A and 4D. RGB value is (204,10,77). Sum of RGB (Red+Green+Blue) = 204+10+77=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A4D is #33F5B2. Grayscale: #4B4B4B. Windows color (decimal): -3405235 or 5049036. OLE color: 5049036.
HSL color Cylindrical-coordinate representation of color #CC0A4D: hue angle of 339.28º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A4D is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 77 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.2 |
| HSL | 339.28º | 0.91% | 0.42% | - |
| HSV(B) | 339.28º | 0.95% | 0.8% | - |
| XYZ | 26.35 | 13.59 | 8.26 | - |
| YUV | 75.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 77 | 0 | 0.95 | 0.62 | 0.2 | 339.28 | 0.91 | 0.42 |
| Hex | CC | A | 4D | 0 | 5F | 3E | 14 | 153 | 5B | 2A |
| Octal | 314 | 12 | 115 | 0 | 137 | 76 | 24 | 523 | 133 | 52 |
| Binary | 11001100 | 1010 | 1001101 | 0 | 1011111 | 111110 | 10100 | 101010011 | 1011011 | 101010 |
Color Harmonies of #CC0A4D
Complementary color
Monochromatic Colors of #CC0A4D
Black with #CC0A4D
Text Example
Text Example
White with #CC0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A4D; }
p { color: rgb(204,10,77); }
H1.HeaderClassName
{
color: #CC0A4D;
}
.AnyTagClassName
{
color: #CC0A4D;
}
</style>
background-color css
<style>
a { background-color: #CC0A4D; }
a { background-color: rgb(204,10,77); }
div.DivClassName
{
background-color: #CC0A4D;
}
.BgClassName
{
background-color: #CC0A4D;
}
</style>
border-color css
<style>
span { border-color: #CC0A4D; }
span { border-color: rgb(204,10,77); }
td.TdClassName
{
border-color: #CC0A4D;
}
.TagClassName
{
border-color: #CC0A4D;
}
</style>