Shades of Razzmatazz #C30450
Tints of Razzmatazz #C30450
RGB
CMYK
RGB Variations
Color information
#C30450 (or 0xC30450) is known color: Razzmatazz. HEX triplet: C3, 04 and 50. RGB value is (195,4,80). Sum of RGB (Red+Green+Blue) = 195+4+80=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C30450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30450 is #3CFBAF. Grayscale: #454545. Windows color (decimal): -3996592 or 5244099. OLE color: 5244099.
HSL color Cylindrical-coordinate representation of color #C30450: hue angle of 336.13º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30450 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.24 |
| HSL | 336.13º | 0.96% | 0.39% | - |
| HSV(B) | 336.13º | 0.98% | 0.76% | - |
| XYZ | 24 | 12.27 | 8.69 | - |
| YUV | 69.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 80 | 0 | 0.98 | 0.59 | 0.24 | 336.13 | 0.96 | 0.39 |
| Hex | C3 | 4 | 50 | 0 | 62 | 3B | 18 | 150 | 60 | 27 |
| Octal | 303 | 4 | 120 | 0 | 142 | 73 | 30 | 520 | 140 | 47 |
| Binary | 11000011 | 100 | 1010000 | 0 | 1100010 | 111011 | 11000 | 101010000 | 1100000 | 100111 |
Color Harmonies of #C30450
Complementary color
Monochromatic Colors of #C30450
Black with #C30450
Text Example
Text Example
White with #C30450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30450; }
p { color: rgb(195,4,80); }
H1.HeaderClassName
{
color: #C30450;
}
.AnyTagClassName
{
color: #C30450;
}
</style>
background-color css
<style>
a { background-color: #C30450; }
a { background-color: rgb(195,4,80); }
div.DivClassName
{
background-color: #C30450;
}
.BgClassName
{
background-color: #C30450;
}
</style>
border-color css
<style>
span { border-color: #C30450; }
span { border-color: rgb(195,4,80); }
td.TdClassName
{
border-color: #C30450;
}
.TagClassName
{
border-color: #C30450;
}
</style>