Shades of Razzmatazz #CE035D
Tints of Razzmatazz #CE035D
RGB
CMYK
RGB Variations
Color information
#CE035D (or 0xCE035D) is known color: Razzmatazz. HEX triplet: CE, 03 and 5D. RGB value is (206,3,93). Sum of RGB (Red+Green+Blue) = 206+3+93=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE035D is #31FCA2. Grayscale: #494949. Windows color (decimal): -3275939 or 6095822. OLE color: 6095822.
HSL color Cylindrical-coordinate representation of color #CE035D: hue angle of 333.4º 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 #CE035D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.19 |
| HSL | 333.4º | 0.97% | 0.41% | - |
| HSV(B) | 333.4º | 0.99% | 0.81% | - |
| XYZ | 27.46 | 13.98 | 11.61 | - |
| YUV | 73.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 93 | 0 | 0.99 | 0.55 | 0.19 | 333.4 | 0.97 | 0.41 |
| Hex | CE | 3 | 5D | 0 | 63 | 37 | 13 | 14D | 61 | 29 |
| Octal | 316 | 3 | 135 | 0 | 143 | 67 | 23 | 515 | 141 | 51 |
| Binary | 11001110 | 11 | 1011101 | 0 | 1100011 | 110111 | 10011 | 101001101 | 1100001 | 101001 |
Color Harmonies of #CE035D
Complementary color
Monochromatic Colors of #CE035D
Black with #CE035D
Text Example
Text Example
White with #CE035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE035D; }
p { color: rgb(206,3,93); }
H1.HeaderClassName
{
color: #CE035D;
}
.AnyTagClassName
{
color: #CE035D;
}
</style>
background-color css
<style>
a { background-color: #CE035D; }
a { background-color: rgb(206,3,93); }
div.DivClassName
{
background-color: #CE035D;
}
.BgClassName
{
background-color: #CE035D;
}
</style>
border-color css
<style>
span { border-color: #CE035D; }
span { border-color: rgb(206,3,93); }
td.TdClassName
{
border-color: #CE035D;
}
.TagClassName
{
border-color: #CE035D;
}
</style>