Shades of Razzmatazz #CE0351
Tints of Razzmatazz #CE0351
RGB
CMYK
RGB Variations
Color information
#CE0351 (or 0xCE0351) is known color: Razzmatazz. HEX triplet: CE, 03 and 51. RGB value is (206,3,81). Sum of RGB (Red+Green+Blue) = 206+3+81=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0351 is #31FCAE. Grayscale: #484848. Windows color (decimal): -3275951 or 5309390. OLE color: 5309390.
HSL color Cylindrical-coordinate representation of color #CE0351: hue angle of 336.95º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0351 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.19 |
| HSL | 336.95º | 0.97% | 0.41% | - |
| HSV(B) | 336.95º | 0.99% | 0.81% | - |
| XYZ | 26.97 | 13.78 | 9.02 | - |
| YUV | 72.59 | 132.75 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 81 | 0 | 0.99 | 0.61 | 0.19 | 336.95 | 0.97 | 0.41 |
| Hex | CE | 3 | 51 | 0 | 63 | 3D | 13 | 151 | 61 | 29 |
| Octal | 316 | 3 | 121 | 0 | 143 | 75 | 23 | 521 | 141 | 51 |
| Binary | 11001110 | 11 | 1010001 | 0 | 1100011 | 111101 | 10011 | 101010001 | 1100001 | 101001 |
Color Harmonies of #CE0351
Complementary color
Monochromatic Colors of #CE0351
Black with #CE0351
Text Example
Text Example
White with #CE0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0351; }
p { color: rgb(206,3,81); }
H1.HeaderClassName
{
color: #CE0351;
}
.AnyTagClassName
{
color: #CE0351;
}
</style>
background-color css
<style>
a { background-color: #CE0351; }
a { background-color: rgb(206,3,81); }
div.DivClassName
{
background-color: #CE0351;
}
.BgClassName
{
background-color: #CE0351;
}
</style>
border-color css
<style>
span { border-color: #CE0351; }
span { border-color: rgb(206,3,81); }
td.TdClassName
{
border-color: #CE0351;
}
.TagClassName
{
border-color: #CE0351;
}
</style>