Shades of Razzmatazz #CE035C
Tints of Razzmatazz #CE035C
RGB
CMYK
RGB Variations
Color information
#CE035C (or 0xCE035C) is known color: Razzmatazz. HEX triplet: CE, 03 and 5C. RGB value is (206,3,92). Sum of RGB (Red+Green+Blue) = 206+3+92=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE035C is #31FCA3. Grayscale: #494949. Windows color (decimal): -3275940 or 6030286. OLE color: 6030286.
HSL color Cylindrical-coordinate representation of color #CE035C: hue angle of 333.69º 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 #CE035C is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.19 |
| HSL | 333.69º | 0.97% | 0.41% | - |
| HSV(B) | 333.69º | 0.99% | 0.81% | - |
| XYZ | 27.42 | 13.96 | 11.37 | - |
| YUV | 73.84 | 138.25 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 92 | 0 | 0.99 | 0.55 | 0.19 | 333.69 | 0.97 | 0.41 |
| Hex | CE | 3 | 5C | 0 | 63 | 37 | 13 | 14E | 61 | 29 |
| Octal | 316 | 3 | 134 | 0 | 143 | 67 | 23 | 516 | 141 | 51 |
| Binary | 11001110 | 11 | 1011100 | 0 | 1100011 | 110111 | 10011 | 101001110 | 1100001 | 101001 |
Color Harmonies of #CE035C
Complementary color
Monochromatic Colors of #CE035C
Black with #CE035C
Text Example
Text Example
White with #CE035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE035C; }
p { color: rgb(206,3,92); }
H1.HeaderClassName
{
color: #CE035C;
}
.AnyTagClassName
{
color: #CE035C;
}
</style>
background-color css
<style>
a { background-color: #CE035C; }
a { background-color: rgb(206,3,92); }
div.DivClassName
{
background-color: #CE035C;
}
.BgClassName
{
background-color: #CE035C;
}
</style>
border-color css
<style>
span { border-color: #CE035C; }
span { border-color: rgb(206,3,92); }
td.TdClassName
{
border-color: #CE035C;
}
.TagClassName
{
border-color: #CE035C;
}
</style>