Shades of Razzmatazz #CE084D
Tints of Razzmatazz #CE084D
RGB
CMYK
RGB Variations
Color information
#CE084D (or 0xCE084D) is known color: Razzmatazz. HEX triplet: CE, 08 and 4D. RGB value is (206,8,77). Sum of RGB (Red+Green+Blue) = 206+8+77=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE084D is #31F7B2. Grayscale: #4A4A4A. Windows color (decimal): -3274675 or 5048526. OLE color: 5048526.
HSL color Cylindrical-coordinate representation of color #CE084D: hue angle of 339.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE084D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.19 |
| HSL | 339.09º | 0.93% | 0.42% | - |
| HSV(B) | 339.09º | 0.96% | 0.81% | - |
| XYZ | 26.88 | 13.83 | 8.27 | - |
| YUV | 75.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 77 | 0 | 0.96 | 0.63 | 0.19 | 339.09 | 0.93 | 0.42 |
| Hex | CE | 8 | 4D | 0 | 60 | 3F | 13 | 153 | 5D | 2A |
| Octal | 316 | 10 | 115 | 0 | 140 | 77 | 23 | 523 | 135 | 52 |
| Binary | 11001110 | 1000 | 1001101 | 0 | 1100000 | 111111 | 10011 | 101010011 | 1011101 | 101010 |
Color Harmonies of #CE084D
Complementary color
Monochromatic Colors of #CE084D
Black with #CE084D
Text Example
Text Example
White with #CE084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE084D; }
p { color: rgb(206,8,77); }
H1.HeaderClassName
{
color: #CE084D;
}
.AnyTagClassName
{
color: #CE084D;
}
</style>
background-color css
<style>
a { background-color: #CE084D; }
a { background-color: rgb(206,8,77); }
div.DivClassName
{
background-color: #CE084D;
}
.BgClassName
{
background-color: #CE084D;
}
</style>
border-color css
<style>
span { border-color: #CE084D; }
span { border-color: rgb(206,8,77); }
td.TdClassName
{
border-color: #CE084D;
}
.TagClassName
{
border-color: #CE084D;
}
</style>