Shades of Razzmatazz #CE035F
Tints of Razzmatazz #CE035F
RGB
CMYK
RGB Variations
Color information
#CE035F (or 0xCE035F) is known color: Razzmatazz. HEX triplet: CE, 03 and 5F. RGB value is (206,3,95). Sum of RGB (Red+Green+Blue) = 206+3+95=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE035F is #31FCA0. Grayscale: #4A4A4A. Windows color (decimal): -3275937 or 6226894. OLE color: 6226894.
HSL color Cylindrical-coordinate representation of color #CE035F: hue angle of 332.81º 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 #CE035F is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 95 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.19 |
| HSL | 332.81º | 0.97% | 0.41% | - |
| HSV(B) | 332.81º | 0.99% | 0.81% | - |
| XYZ | 27.55 | 14.01 | 12.08 | - |
| YUV | 74.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 95 | 0 | 0.99 | 0.54 | 0.19 | 332.81 | 0.97 | 0.41 |
| Hex | CE | 3 | 5F | 0 | 63 | 36 | 13 | 14D | 61 | 29 |
| Octal | 316 | 3 | 137 | 0 | 143 | 66 | 23 | 515 | 141 | 51 |
| Binary | 11001110 | 11 | 1011111 | 0 | 1100011 | 110110 | 10011 | 101001101 | 1100001 | 101001 |
Color Harmonies of #CE035F
Complementary color
Monochromatic Colors of #CE035F
Black with #CE035F
Text Example
Text Example
White with #CE035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE035F; }
p { color: rgb(206,3,95); }
H1.HeaderClassName
{
color: #CE035F;
}
.AnyTagClassName
{
color: #CE035F;
}
</style>
background-color css
<style>
a { background-color: #CE035F; }
a { background-color: rgb(206,3,95); }
div.DivClassName
{
background-color: #CE035F;
}
.BgClassName
{
background-color: #CE035F;
}
</style>
border-color css
<style>
span { border-color: #CE035F; }
span { border-color: rgb(206,3,95); }
td.TdClassName
{
border-color: #CE035F;
}
.TagClassName
{
border-color: #CE035F;
}
</style>