Shades of Razzmatazz #CC045B
Tints of Razzmatazz #CC045B
RGB
CMYK
RGB Variations
Color information
#CC045B (or 0xCC045B) is known color: Razzmatazz. HEX triplet: CC, 04 and 5B. RGB value is (204,4,91). Sum of RGB (Red+Green+Blue) = 204+4+91=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC045B is #33FBA4. Grayscale: #494949. Windows color (decimal): -3406757 or 5965004. OLE color: 5965004.
HSL color Cylindrical-coordinate representation of color #CC045B: hue angle of 333.9º 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 #CC045B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.2 |
| HSL | 333.9º | 0.96% | 0.41% | - |
| HSV(B) | 333.9º | 0.98% | 0.8% | - |
| XYZ | 26.83 | 13.68 | 11.12 | - |
| YUV | 73.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 91 | 0 | 0.98 | 0.55 | 0.2 | 333.9 | 0.96 | 0.41 |
| Hex | CC | 4 | 5B | 0 | 62 | 37 | 14 | 14E | 60 | 29 |
| Octal | 314 | 4 | 133 | 0 | 142 | 67 | 24 | 516 | 140 | 51 |
| Binary | 11001100 | 100 | 1011011 | 0 | 1100010 | 110111 | 10100 | 101001110 | 1100000 | 101001 |
Color Harmonies of #CC045B
Complementary color
Monochromatic Colors of #CC045B
Black with #CC045B
Text Example
Text Example
White with #CC045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC045B; }
p { color: rgb(204,4,91); }
H1.HeaderClassName
{
color: #CC045B;
}
.AnyTagClassName
{
color: #CC045B;
}
</style>
background-color css
<style>
a { background-color: #CC045B; }
a { background-color: rgb(204,4,91); }
div.DivClassName
{
background-color: #CC045B;
}
.BgClassName
{
background-color: #CC045B;
}
</style>
border-color css
<style>
span { border-color: #CC045B; }
span { border-color: rgb(204,4,91); }
td.TdClassName
{
border-color: #CC045B;
}
.TagClassName
{
border-color: #CC045B;
}
</style>