Shades of Razzmatazz #C90250
Tints of Razzmatazz #C90250
RGB
CMYK
RGB Variations
Color information
#C90250 (or 0xC90250) is known color: Razzmatazz. HEX triplet: C9, 02 and 50. RGB value is (201,2,80). Sum of RGB (Red+Green+Blue) = 201+2+80=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C90250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90250 is #36FDAF. Grayscale: #464646. Windows color (decimal): -3603888 or 5243593. OLE color: 5243593.
HSL color Cylindrical-coordinate representation of color #C90250: hue angle of 336.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90250 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.21 |
| HSL | 336.48º | 0.98% | 0.4% | - |
| HSV(B) | 336.48º | 0.99% | 0.79% | - |
| XYZ | 25.56 | 13.04 | 8.76 | - |
| YUV | 70.39 | 133.43 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 80 | 0 | 0.99 | 0.60 | 0.21 | 336.48 | 0.98 | 0.4 |
| Hex | C9 | 2 | 50 | 0 | 63 | 3C | 15 | 150 | 62 | 28 |
| Octal | 311 | 2 | 120 | 0 | 143 | 74 | 25 | 520 | 142 | 50 |
| Binary | 11001001 | 10 | 1010000 | 0 | 1100011 | 111100 | 10101 | 101010000 | 1100010 | 101000 |
Color Harmonies of #C90250
Complementary color
Monochromatic Colors of #C90250
Black with #C90250
Text Example
Text Example
White with #C90250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90250; }
p { color: rgb(201,2,80); }
H1.HeaderClassName
{
color: #C90250;
}
.AnyTagClassName
{
color: #C90250;
}
</style>
background-color css
<style>
a { background-color: #C90250; }
a { background-color: rgb(201,2,80); }
div.DivClassName
{
background-color: #C90250;
}
.BgClassName
{
background-color: #C90250;
}
</style>
border-color css
<style>
span { border-color: #C90250; }
span { border-color: rgb(201,2,80); }
td.TdClassName
{
border-color: #C90250;
}
.TagClassName
{
border-color: #C90250;
}
</style>