Shades of Razzmatazz #C3004C
Tints of Razzmatazz #C3004C
RGB
CMYK
RGB Variations
Color information
#C3004C (or 0xC3004C) is known color: Razzmatazz. HEX triplet: C3, 00 and 4C. RGB value is (195,0,76). Sum of RGB (Red+Green+Blue) = 195+0+76=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C3004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3004C is #3CFFB3. Grayscale: #424242. Windows color (decimal): -3997620 or 4980931. OLE color: 4980931.
HSL color Cylindrical-coordinate representation of color #C3004C: hue angle of 336.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3004C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.61 | 0.24 |
| HSL | 336.62º | 1% | 0.38% | - |
| HSV(B) | 336.62º | 1% | 0.76% | - |
| XYZ | 23.81 | 12.12 | 7.92 | - |
| YUV | 66.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 76 | 0 | 1 | 0.61 | 0.24 | 336.62 | 1 | 0.38 |
| Hex | C3 | 0 | 4C | 0 | 64 | 3D | 18 | 151 | 64 | 26 |
| Octal | 303 | 0 | 114 | 0 | 144 | 75 | 30 | 521 | 144 | 46 |
| Binary | 11000011 | 0 | 1001100 | 0 | 1100100 | 111101 | 11000 | 101010001 | 1100100 | 100110 |
Color Harmonies of #C3004C
Complementary color
Monochromatic Colors of #C3004C
Black with #C3004C
Text Example
Text Example
White with #C3004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3004C; }
p { color: rgb(195,0,76); }
H1.HeaderClassName
{
color: #C3004C;
}
.AnyTagClassName
{
color: #C3004C;
}
</style>
background-color css
<style>
a { background-color: #C3004C; }
a { background-color: rgb(195,0,76); }
div.DivClassName
{
background-color: #C3004C;
}
.BgClassName
{
background-color: #C3004C;
}
</style>
border-color css
<style>
span { border-color: #C3004C; }
span { border-color: rgb(195,0,76); }
td.TdClassName
{
border-color: #C3004C;
}
.TagClassName
{
border-color: #C3004C;
}
</style>