Shades of Razzmatazz #CE0151
Tints of Razzmatazz #CE0151
RGB
CMYK
RGB Variations
Color information
#CE0151 (or 0xCE0151) is known color: Razzmatazz. HEX triplet: CE, 01 and 51. RGB value is (206,1,81). Sum of RGB (Red+Green+Blue) = 206+1+81=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0151 is #31FEAE. Grayscale: #474747. Windows color (decimal): -3276463 or 5308878. OLE color: 5308878.
HSL color Cylindrical-coordinate representation of color #CE0151: hue angle of 336.59º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0151 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.19 |
| HSL | 336.59º | 0.99% | 0.41% | - |
| HSV(B) | 336.59º | 1% | 0.81% | - |
| XYZ | 26.95 | 13.74 | 9.02 | - |
| YUV | 71.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 81 | 0 | 1.00 | 0.61 | 0.19 | 336.59 | 0.99 | 0.41 |
| Hex | CE | 1 | 51 | 0 | 64 | 3D | 13 | 151 | 63 | 29 |
| Octal | 316 | 1 | 121 | 0 | 144 | 75 | 23 | 521 | 143 | 51 |
| Binary | 11001110 | 1 | 1010001 | 0 | 1100100 | 111101 | 10011 | 101010001 | 1100011 | 101001 |
Color Harmonies of #CE0151
Complementary color
Monochromatic Colors of #CE0151
Black with #CE0151
Text Example
Text Example
White with #CE0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0151; }
p { color: rgb(206,1,81); }
H1.HeaderClassName
{
color: #CE0151;
}
.AnyTagClassName
{
color: #CE0151;
}
</style>
background-color css
<style>
a { background-color: #CE0151; }
a { background-color: rgb(206,1,81); }
div.DivClassName
{
background-color: #CE0151;
}
.BgClassName
{
background-color: #CE0151;
}
</style>
border-color css
<style>
span { border-color: #CE0151; }
span { border-color: rgb(206,1,81); }
td.TdClassName
{
border-color: #CE0151;
}
.TagClassName
{
border-color: #CE0151;
}
</style>