Shades of Razzmatazz #CE035E
Tints of Razzmatazz #CE035E
RGB
CMYK
RGB Variations
Color information
#CE035E (or 0xCE035E) is known color: Razzmatazz. HEX triplet: CE, 03 and 5E. RGB value is (206,3,94). Sum of RGB (Red+Green+Blue) = 206+3+94=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE035E is #31FCA1. Grayscale: #494949. Windows color (decimal): -3275938 or 6161358. OLE color: 6161358.
HSL color Cylindrical-coordinate representation of color #CE035E: hue angle of 333.1º 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 #CE035E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 94 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.19 |
| HSL | 333.1º | 0.97% | 0.41% | - |
| HSV(B) | 333.1º | 0.99% | 0.81% | - |
| XYZ | 27.51 | 14 | 11.84 | - |
| YUV | 74.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 94 | 0 | 0.99 | 0.54 | 0.19 | 333.1 | 0.97 | 0.41 |
| Hex | CE | 3 | 5E | 0 | 63 | 36 | 13 | 14D | 61 | 29 |
| Octal | 316 | 3 | 136 | 0 | 143 | 66 | 23 | 515 | 141 | 51 |
| Binary | 11001110 | 11 | 1011110 | 0 | 1100011 | 110110 | 10011 | 101001101 | 1100001 | 101001 |
Color Harmonies of #CE035E
Complementary color
Monochromatic Colors of #CE035E
Black with #CE035E
Text Example
Text Example
White with #CE035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE035E; }
p { color: rgb(206,3,94); }
H1.HeaderClassName
{
color: #CE035E;
}
.AnyTagClassName
{
color: #CE035E;
}
</style>
background-color css
<style>
a { background-color: #CE035E; }
a { background-color: rgb(206,3,94); }
div.DivClassName
{
background-color: #CE035E;
}
.BgClassName
{
background-color: #CE035E;
}
</style>
border-color css
<style>
span { border-color: #CE035E; }
span { border-color: rgb(206,3,94); }
td.TdClassName
{
border-color: #CE035E;
}
.TagClassName
{
border-color: #CE035E;
}
</style>