Shades of Razzmatazz #C80153
Tints of Razzmatazz #C80153
RGB
CMYK
RGB Variations
Color information
#C80153 (or 0xC80153) is known color: Razzmatazz. HEX triplet: C8, 01 and 53. RGB value is (200,1,83). Sum of RGB (Red+Green+Blue) = 200+1+83=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C80153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80153 is #37FEAC. Grayscale: #454545. Windows color (decimal): -3669677 or 5439944. OLE color: 5439944.
HSL color Cylindrical-coordinate representation of color #C80153: hue angle of 335.28º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80153 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.22 |
| HSL | 335.28º | 0.99% | 0.39% | - |
| HSV(B) | 335.28º | 1% | 0.78% | - |
| XYZ | 25.39 | 12.93 | 9.34 | - |
| YUV | 69.85 | 135.43 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 83 | 0 | 1.00 | 0.58 | 0.22 | 335.28 | 0.99 | 0.39 |
| Hex | C8 | 1 | 53 | 0 | 64 | 3A | 16 | 14F | 63 | 27 |
| Octal | 310 | 1 | 123 | 0 | 144 | 72 | 26 | 517 | 143 | 47 |
| Binary | 11001000 | 1 | 1010011 | 0 | 1100100 | 111010 | 10110 | 101001111 | 1100011 | 100111 |
Color Harmonies of #C80153
Complementary color
Monochromatic Colors of #C80153
Black with #C80153
Text Example
Text Example
White with #C80153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80153; }
p { color: rgb(200,1,83); }
H1.HeaderClassName
{
color: #C80153;
}
.AnyTagClassName
{
color: #C80153;
}
</style>
background-color css
<style>
a { background-color: #C80153; }
a { background-color: rgb(200,1,83); }
div.DivClassName
{
background-color: #C80153;
}
.BgClassName
{
background-color: #C80153;
}
</style>
border-color css
<style>
span { border-color: #C80153; }
span { border-color: rgb(200,1,83); }
td.TdClassName
{
border-color: #C80153;
}
.TagClassName
{
border-color: #C80153;
}
</style>