Shades of Razzmatazz #C30150
Tints of Razzmatazz #C30150
RGB
CMYK
RGB Variations
Color information
#C30150 (or 0xC30150) is known color: Razzmatazz. HEX triplet: C3, 01 and 50. RGB value is (195,1,80). Sum of RGB (Red+Green+Blue) = 195+1+80=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C30150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30150 is #3CFEAF. Grayscale: #434343. Windows color (decimal): -3997360 or 5243331. OLE color: 5243331.
HSL color Cylindrical-coordinate representation of color #C30150: hue angle of 335.57º 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 #C30150 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.24 |
| HSL | 335.57º | 0.99% | 0.38% | - |
| HSV(B) | 335.57º | 0.99% | 0.76% | - |
| XYZ | 23.96 | 12.2 | 8.68 | - |
| YUV | 68.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 80 | 0 | 0.99 | 0.59 | 0.24 | 335.57 | 0.99 | 0.38 |
| Hex | C3 | 1 | 50 | 0 | 63 | 3B | 18 | 150 | 63 | 26 |
| Octal | 303 | 1 | 120 | 0 | 143 | 73 | 30 | 520 | 143 | 46 |
| Binary | 11000011 | 1 | 1010000 | 0 | 1100011 | 111011 | 11000 | 101010000 | 1100011 | 100110 |
Color Harmonies of #C30150
Complementary color
Monochromatic Colors of #C30150
Black with #C30150
Text Example
Text Example
White with #C30150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30150; }
p { color: rgb(195,1,80); }
H1.HeaderClassName
{
color: #C30150;
}
.AnyTagClassName
{
color: #C30150;
}
</style>
background-color css
<style>
a { background-color: #C30150; }
a { background-color: rgb(195,1,80); }
div.DivClassName
{
background-color: #C30150;
}
.BgClassName
{
background-color: #C30150;
}
</style>
border-color css
<style>
span { border-color: #C30150; }
span { border-color: rgb(195,1,80); }
td.TdClassName
{
border-color: #C30150;
}
.TagClassName
{
border-color: #C30150;
}
</style>