Shades of Razzmatazz #C3054D
Tints of Razzmatazz #C3054D
RGB
CMYK
RGB Variations
Color information
#C3054D (or 0xC3054D) is known color: Razzmatazz. HEX triplet: C3, 05 and 4D. RGB value is (195,5,77). Sum of RGB (Red+Green+Blue) = 195+5+77=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3054D is #3CFAB2. Grayscale: #454545. Windows color (decimal): -3996339 or 5047747. OLE color: 5047747.
HSL color Cylindrical-coordinate representation of color #C3054D: hue angle of 337.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3054D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.24 |
| HSL | 337.26º | 0.95% | 0.39% | - |
| HSV(B) | 337.26º | 0.97% | 0.76% | - |
| XYZ | 23.9 | 12.25 | 8.13 | - |
| YUV | 70.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 77 | 0 | 0.97 | 0.61 | 0.24 | 337.26 | 0.95 | 0.39 |
| Hex | C3 | 5 | 4D | 0 | 61 | 3D | 18 | 151 | 5F | 27 |
| Octal | 303 | 5 | 115 | 0 | 141 | 75 | 30 | 521 | 137 | 47 |
| Binary | 11000011 | 101 | 1001101 | 0 | 1100001 | 111101 | 11000 | 101010001 | 1011111 | 100111 |
Color Harmonies of #C3054D
Complementary color
Monochromatic Colors of #C3054D
Black with #C3054D
Text Example
Text Example
White with #C3054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3054D; }
p { color: rgb(195,5,77); }
H1.HeaderClassName
{
color: #C3054D;
}
.AnyTagClassName
{
color: #C3054D;
}
</style>
background-color css
<style>
a { background-color: #C3054D; }
a { background-color: rgb(195,5,77); }
div.DivClassName
{
background-color: #C3054D;
}
.BgClassName
{
background-color: #C3054D;
}
</style>
border-color css
<style>
span { border-color: #C3054D; }
span { border-color: rgb(195,5,77); }
td.TdClassName
{
border-color: #C3054D;
}
.TagClassName
{
border-color: #C3054D;
}
</style>