Shades of Razzmatazz #C5015A
Tints of Razzmatazz #C5015A
RGB
CMYK
RGB Variations
Color information
#C5015A (or 0xC5015A) is known color: Razzmatazz. HEX triplet: C5, 01 and 5A. RGB value is (197,1,90). Sum of RGB (Red+Green+Blue) = 197+1+90=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5015A is #3AFEA5. Grayscale: #454545. Windows color (decimal): -3866278 or 5898693. OLE color: 5898693.
HSL color Cylindrical-coordinate representation of color #C5015A: hue angle of 332.76º degrees, saturation: 0.99, 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 #C5015A is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.23 |
| HSL | 332.76º | 0.99% | 0.39% | - |
| HSV(B) | 332.76º | 0.99% | 0.77% | - |
| XYZ | 24.88 | 12.63 | 10.8 | - |
| YUV | 69.75 | 139.43 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 90 | 0 | 0.99 | 0.54 | 0.23 | 332.76 | 0.99 | 0.39 |
| Hex | C5 | 1 | 5A | 0 | 63 | 36 | 17 | 14D | 63 | 27 |
| Octal | 305 | 1 | 132 | 0 | 143 | 66 | 27 | 515 | 143 | 47 |
| Binary | 11000101 | 1 | 1011010 | 0 | 1100011 | 110110 | 10111 | 101001101 | 1100011 | 100111 |
Color Harmonies of #C5015A
Complementary color
Monochromatic Colors of #C5015A
Black with #C5015A
Text Example
Text Example
White with #C5015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5015A; }
p { color: rgb(197,1,90); }
H1.HeaderClassName
{
color: #C5015A;
}
.AnyTagClassName
{
color: #C5015A;
}
</style>
background-color css
<style>
a { background-color: #C5015A; }
a { background-color: rgb(197,1,90); }
div.DivClassName
{
background-color: #C5015A;
}
.BgClassName
{
background-color: #C5015A;
}
</style>
border-color css
<style>
span { border-color: #C5015A; }
span { border-color: rgb(197,1,90); }
td.TdClassName
{
border-color: #C5015A;
}
.TagClassName
{
border-color: #C5015A;
}
</style>