Shades of Razzmatazz #C50252
Tints of Razzmatazz #C50252
RGB
CMYK
RGB Variations
Color information
#C50252 (or 0xC50252) is known color: Razzmatazz. HEX triplet: C5, 02 and 52. RGB value is (197,2,82). Sum of RGB (Red+Green+Blue) = 197+2+82=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C50252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50252 is #3AFDAD. Grayscale: #454545. Windows color (decimal): -3866030 or 5374661. OLE color: 5374661.
HSL color Cylindrical-coordinate representation of color #C50252: hue angle of 335.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50252 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.23 |
| HSL | 335.38º | 0.98% | 0.39% | - |
| HSV(B) | 335.38º | 0.99% | 0.77% | - |
| XYZ | 24.57 | 12.52 | 9.1 | - |
| YUV | 69.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 82 | 0 | 0.99 | 0.58 | 0.23 | 335.38 | 0.98 | 0.39 |
| Hex | C5 | 2 | 52 | 0 | 63 | 3A | 17 | 14F | 62 | 27 |
| Octal | 305 | 2 | 122 | 0 | 143 | 72 | 27 | 517 | 142 | 47 |
| Binary | 11000101 | 10 | 1010010 | 0 | 1100011 | 111010 | 10111 | 101001111 | 1100010 | 100111 |
Color Harmonies of #C50252
Complementary color
Monochromatic Colors of #C50252
Black with #C50252
Text Example
Text Example
White with #C50252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50252; }
p { color: rgb(197,2,82); }
H1.HeaderClassName
{
color: #C50252;
}
.AnyTagClassName
{
color: #C50252;
}
</style>
background-color css
<style>
a { background-color: #C50252; }
a { background-color: rgb(197,2,82); }
div.DivClassName
{
background-color: #C50252;
}
.BgClassName
{
background-color: #C50252;
}
</style>
border-color css
<style>
span { border-color: #C50252; }
span { border-color: rgb(197,2,82); }
td.TdClassName
{
border-color: #C50252;
}
.TagClassName
{
border-color: #C50252;
}
</style>