Shades of Razzmatazz #C30050
Tints of Razzmatazz #C30050
RGB
CMYK
RGB Variations
Color information
#C30050 (or 0xC30050) is known color: Razzmatazz. HEX triplet: C3, 00 and 50. RGB value is (195,0,80). Sum of RGB (Red+Green+Blue) = 195+0+80=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C30050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30050 is #3CFFAF. Grayscale: #434343. Windows color (decimal): -3997616 or 5243075. OLE color: 5243075.
HSL color Cylindrical-coordinate representation of color #C30050: hue angle of 335.38º 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 #C30050 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.59 | 0.24 |
| HSL | 335.38º | 1% | 0.38% | - |
| HSV(B) | 335.38º | 1% | 0.76% | - |
| XYZ | 23.95 | 12.18 | 8.68 | - |
| YUV | 67.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 80 | 0 | 1 | 0.59 | 0.24 | 335.38 | 1 | 0.38 |
| Hex | C3 | 0 | 50 | 0 | 64 | 3B | 18 | 14F | 64 | 26 |
| Octal | 303 | 0 | 120 | 0 | 144 | 73 | 30 | 517 | 144 | 46 |
| Binary | 11000011 | 0 | 1010000 | 0 | 1100100 | 111011 | 11000 | 101001111 | 1100100 | 100110 |
Color Harmonies of #C30050
Complementary color
Monochromatic Colors of #C30050
Black with #C30050
Text Example
Text Example
White with #C30050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30050; }
p { color: rgb(195,0,80); }
H1.HeaderClassName
{
color: #C30050;
}
.AnyTagClassName
{
color: #C30050;
}
</style>
background-color css
<style>
a { background-color: #C30050; }
a { background-color: rgb(195,0,80); }
div.DivClassName
{
background-color: #C30050;
}
.BgClassName
{
background-color: #C30050;
}
</style>
border-color css
<style>
span { border-color: #C30050; }
span { border-color: rgb(195,0,80); }
td.TdClassName
{
border-color: #C30050;
}
.TagClassName
{
border-color: #C30050;
}
</style>