Shades of Razzmatazz #CC0950
Tints of Razzmatazz #CC0950
RGB
CMYK
RGB Variations
Color information
#CC0950 (or 0xCC0950) is known color: Razzmatazz. HEX triplet: CC, 09 and 50. RGB value is (204,9,80). Sum of RGB (Red+Green+Blue) = 204+9+80=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0950 is #33F6AF. Grayscale: #4B4B4B. Windows color (decimal): -3405488 or 5245388. OLE color: 5245388.
HSL color Cylindrical-coordinate representation of color #CC0950: hue angle of 338.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0950 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 80 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.2 |
| HSL | 338.15º | 0.92% | 0.42% | - |
| HSV(B) | 338.15º | 0.96% | 0.8% | - |
| XYZ | 26.45 | 13.61 | 8.82 | - |
| YUV | 75.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 80 | 0 | 0.96 | 0.61 | 0.2 | 338.15 | 0.92 | 0.42 |
| Hex | CC | 9 | 50 | 0 | 60 | 3D | 14 | 152 | 5C | 2A |
| Octal | 314 | 11 | 120 | 0 | 140 | 75 | 24 | 522 | 134 | 52 |
| Binary | 11001100 | 1001 | 1010000 | 0 | 1100000 | 111101 | 10100 | 101010010 | 1011100 | 101010 |
Color Harmonies of #CC0950
Complementary color
Monochromatic Colors of #CC0950
Black with #CC0950
Text Example
Text Example
White with #CC0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0950; }
p { color: rgb(204,9,80); }
H1.HeaderClassName
{
color: #CC0950;
}
.AnyTagClassName
{
color: #CC0950;
}
</style>
background-color css
<style>
a { background-color: #CC0950; }
a { background-color: rgb(204,9,80); }
div.DivClassName
{
background-color: #CC0950;
}
.BgClassName
{
background-color: #CC0950;
}
</style>
border-color css
<style>
span { border-color: #CC0950; }
span { border-color: rgb(204,9,80); }
td.TdClassName
{
border-color: #CC0950;
}
.TagClassName
{
border-color: #CC0950;
}
</style>