Shades of Razzmatazz #C3014C
Tints of Razzmatazz #C3014C
RGB
CMYK
RGB Variations
Color information
#C3014C (or 0xC3014C) is known color: Razzmatazz. HEX triplet: C3, 01 and 4C. RGB value is (195,1,76). Sum of RGB (Red+Green+Blue) = 195+1+76=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3014C is #3CFEB3. Grayscale: #434343. Windows color (decimal): -3997364 or 4981187. OLE color: 4981187.
HSL color Cylindrical-coordinate representation of color #C3014C: hue angle of 336.8º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3014C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 336.8º | 0.99% | 0.38% | - |
| HSV(B) | 336.8º | 0.99% | 0.76% | - |
| XYZ | 23.82 | 12.15 | 7.93 | - |
| YUV | 67.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 76 | 0 | 0.99 | 0.61 | 0.24 | 336.8 | 0.99 | 0.38 |
| Hex | C3 | 1 | 4C | 0 | 63 | 3D | 18 | 151 | 63 | 26 |
| Octal | 303 | 1 | 114 | 0 | 143 | 75 | 30 | 521 | 143 | 46 |
| Binary | 11000011 | 1 | 1001100 | 0 | 1100011 | 111101 | 11000 | 101010001 | 1100011 | 100110 |
Color Harmonies of #C3014C
Complementary color
Monochromatic Colors of #C3014C
Black with #C3014C
Text Example
Text Example
White with #C3014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3014C; }
p { color: rgb(195,1,76); }
H1.HeaderClassName
{
color: #C3014C;
}
.AnyTagClassName
{
color: #C3014C;
}
</style>
background-color css
<style>
a { background-color: #C3014C; }
a { background-color: rgb(195,1,76); }
div.DivClassName
{
background-color: #C3014C;
}
.BgClassName
{
background-color: #C3014C;
}
</style>
border-color css
<style>
span { border-color: #C3014C; }
span { border-color: rgb(195,1,76); }
td.TdClassName
{
border-color: #C3014C;
}
.TagClassName
{
border-color: #C3014C;
}
</style>