Shades of Razzmatazz #C80250
Tints of Razzmatazz #C80250
RGB
CMYK
RGB Variations
Color information
#C80250 (or 0xC80250) is known color: Razzmatazz. HEX triplet: C8, 02 and 50. RGB value is (200,2,80). Sum of RGB (Red+Green+Blue) = 200+2+80=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C80250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80250 is #37FDAF. Grayscale: #454545. Windows color (decimal): -3669424 or 5243592. OLE color: 5243592.
HSL color Cylindrical-coordinate representation of color #C80250: hue angle of 336.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80250 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.22 |
| HSL | 336.36º | 0.98% | 0.4% | - |
| HSV(B) | 336.36º | 0.99% | 0.78% | - |
| XYZ | 25.29 | 12.9 | 8.75 | - |
| YUV | 70.09 | 133.6 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 80 | 0 | 0.99 | 0.6 | 0.22 | 336.36 | 0.98 | 0.4 |
| Hex | C8 | 2 | 50 | 0 | 63 | 3C | 16 | 150 | 62 | 28 |
| Octal | 310 | 2 | 120 | 0 | 143 | 74 | 26 | 520 | 142 | 50 |
| Binary | 11001000 | 10 | 1010000 | 0 | 1100011 | 111100 | 10110 | 101010000 | 1100010 | 101000 |
Color Harmonies of #C80250
Complementary color
Monochromatic Colors of #C80250
Black with #C80250
Text Example
Text Example
White with #C80250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80250; }
p { color: rgb(200,2,80); }
H1.HeaderClassName
{
color: #C80250;
}
.AnyTagClassName
{
color: #C80250;
}
</style>
background-color css
<style>
a { background-color: #C80250; }
a { background-color: rgb(200,2,80); }
div.DivClassName
{
background-color: #C80250;
}
.BgClassName
{
background-color: #C80250;
}
</style>
border-color css
<style>
span { border-color: #C80250; }
span { border-color: rgb(200,2,80); }
td.TdClassName
{
border-color: #C80250;
}
.TagClassName
{
border-color: #C80250;
}
</style>