Shades of Razzmatazz #CE0651
Tints of Razzmatazz #CE0651
RGB
CMYK
RGB Variations
Color information
#CE0651 (or 0xCE0651) is known color: Razzmatazz. HEX triplet: CE, 06 and 51. RGB value is (206,6,81). Sum of RGB (Red+Green+Blue) = 206+6+81=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0651 is #31F9AE. Grayscale: #4A4A4A. Windows color (decimal): -3275183 or 5310158. OLE color: 5310158.
HSL color Cylindrical-coordinate representation of color #CE0651: hue angle of 337.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0651 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.19 |
| HSL | 337.5º | 0.94% | 0.42% | - |
| HSV(B) | 337.5º | 0.97% | 0.81% | - |
| XYZ | 27 | 13.85 | 9.03 | - |
| YUV | 74.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 81 | 0 | 0.97 | 0.61 | 0.19 | 337.5 | 0.94 | 0.42 |
| Hex | CE | 6 | 51 | 0 | 61 | 3D | 13 | 152 | 5E | 2A |
| Octal | 316 | 6 | 121 | 0 | 141 | 75 | 23 | 522 | 136 | 52 |
| Binary | 11001110 | 110 | 1010001 | 0 | 1100001 | 111101 | 10011 | 101010010 | 1011110 | 101010 |
Color Harmonies of #CE0651
Complementary color
Monochromatic Colors of #CE0651
Black with #CE0651
Text Example
Text Example
White with #CE0651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0651; }
p { color: rgb(206,6,81); }
H1.HeaderClassName
{
color: #CE0651;
}
.AnyTagClassName
{
color: #CE0651;
}
</style>
background-color css
<style>
a { background-color: #CE0651; }
a { background-color: rgb(206,6,81); }
div.DivClassName
{
background-color: #CE0651;
}
.BgClassName
{
background-color: #CE0651;
}
</style>
border-color css
<style>
span { border-color: #CE0651; }
span { border-color: rgb(206,6,81); }
td.TdClassName
{
border-color: #CE0651;
}
.TagClassName
{
border-color: #CE0651;
}
</style>