Shades of Razzmatazz #CC0450
Tints of Razzmatazz #CC0450
RGB
CMYK
RGB Variations
Color information
#CC0450 (or 0xCC0450) is known color: Razzmatazz. HEX triplet: CC, 04 and 50. RGB value is (204,4,80). Sum of RGB (Red+Green+Blue) = 204+4+80=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0450 is #33FBAF. Grayscale: #484848. Windows color (decimal): -3406768 or 5244108. OLE color: 5244108.
HSL color Cylindrical-coordinate representation of color #CC0450: hue angle of 337.2º 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 #CC0450 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.2 |
| HSL | 337.2º | 0.96% | 0.41% | - |
| HSV(B) | 337.2º | 0.98% | 0.8% | - |
| XYZ | 26.39 | 13.5 | 8.8 | - |
| YUV | 72.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 80 | 0 | 0.98 | 0.61 | 0.2 | 337.2 | 0.96 | 0.41 |
| Hex | CC | 4 | 50 | 0 | 62 | 3D | 14 | 151 | 60 | 29 |
| Octal | 314 | 4 | 120 | 0 | 142 | 75 | 24 | 521 | 140 | 51 |
| Binary | 11001100 | 100 | 1010000 | 0 | 1100010 | 111101 | 10100 | 101010001 | 1100000 | 101001 |
Color Harmonies of #CC0450
Complementary color
Monochromatic Colors of #CC0450
Black with #CC0450
Text Example
Text Example
White with #CC0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0450; }
p { color: rgb(204,4,80); }
H1.HeaderClassName
{
color: #CC0450;
}
.AnyTagClassName
{
color: #CC0450;
}
</style>
background-color css
<style>
a { background-color: #CC0450; }
a { background-color: rgb(204,4,80); }
div.DivClassName
{
background-color: #CC0450;
}
.BgClassName
{
background-color: #CC0450;
}
</style>
border-color css
<style>
span { border-color: #CC0450; }
span { border-color: rgb(204,4,80); }
td.TdClassName
{
border-color: #CC0450;
}
.TagClassName
{
border-color: #CC0450;
}
</style>