Shades of Razzmatazz #CC0458
Tints of Razzmatazz #CC0458
RGB
CMYK
RGB Variations
Color information
#CC0458 (or 0xCC0458) is known color: Razzmatazz. HEX triplet: CC, 04 and 58. RGB value is (204,4,88). Sum of RGB (Red+Green+Blue) = 204+4+88=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0458 is #33FBA7. Grayscale: #494949. Windows color (decimal): -3406760 or 5768396. OLE color: 5768396.
HSL color Cylindrical-coordinate representation of color #CC0458: hue angle of 334.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 #CC0458 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.2 |
| HSL | 334.8º | 0.96% | 0.41% | - |
| HSV(B) | 334.8º | 0.98% | 0.8% | - |
| XYZ | 26.71 | 13.63 | 10.46 | - |
| YUV | 73.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 88 | 0 | 0.98 | 0.57 | 0.2 | 334.8 | 0.96 | 0.41 |
| Hex | CC | 4 | 58 | 0 | 62 | 39 | 14 | 14F | 60 | 29 |
| Octal | 314 | 4 | 130 | 0 | 142 | 71 | 24 | 517 | 140 | 51 |
| Binary | 11001100 | 100 | 1011000 | 0 | 1100010 | 111001 | 10100 | 101001111 | 1100000 | 101001 |
Color Harmonies of #CC0458
Complementary color
Monochromatic Colors of #CC0458
Black with #CC0458
Text Example
Text Example
White with #CC0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0458; }
p { color: rgb(204,4,88); }
H1.HeaderClassName
{
color: #CC0458;
}
.AnyTagClassName
{
color: #CC0458;
}
</style>
background-color css
<style>
a { background-color: #CC0458; }
a { background-color: rgb(204,4,88); }
div.DivClassName
{
background-color: #CC0458;
}
.BgClassName
{
background-color: #CC0458;
}
</style>
border-color css
<style>
span { border-color: #CC0458; }
span { border-color: rgb(204,4,88); }
td.TdClassName
{
border-color: #CC0458;
}
.TagClassName
{
border-color: #CC0458;
}
</style>