Shades of Razzmatazz #CE034D
Tints of Razzmatazz #CE034D
RGB
CMYK
RGB Variations
Color information
#CE034D (or 0xCE034D) is known color: Razzmatazz. HEX triplet: CE, 03 and 4D. RGB value is (206,3,77). Sum of RGB (Red+Green+Blue) = 206+3+77=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE034D is #31FCB2. Grayscale: #484848. Windows color (decimal): -3275955 or 5047246. OLE color: 5047246.
HSL color Cylindrical-coordinate representation of color #CE034D: hue angle of 338.13º 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 #CE034D is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.19 |
| HSL | 338.13º | 0.97% | 0.41% | - |
| HSV(B) | 338.13º | 0.99% | 0.81% | - |
| XYZ | 26.83 | 13.72 | 8.26 | - |
| YUV | 72.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 77 | 0 | 0.99 | 0.63 | 0.19 | 338.13 | 0.97 | 0.41 |
| Hex | CE | 3 | 4D | 0 | 63 | 3F | 13 | 152 | 61 | 29 |
| Octal | 316 | 3 | 115 | 0 | 143 | 77 | 23 | 522 | 141 | 51 |
| Binary | 11001110 | 11 | 1001101 | 0 | 1100011 | 111111 | 10011 | 101010010 | 1100001 | 101001 |
Color Harmonies of #CE034D
Complementary color
Monochromatic Colors of #CE034D
Black with #CE034D
Text Example
Text Example
White with #CE034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE034D; }
p { color: rgb(206,3,77); }
H1.HeaderClassName
{
color: #CE034D;
}
.AnyTagClassName
{
color: #CE034D;
}
</style>
background-color css
<style>
a { background-color: #CE034D; }
a { background-color: rgb(206,3,77); }
div.DivClassName
{
background-color: #CE034D;
}
.BgClassName
{
background-color: #CE034D;
}
</style>
border-color css
<style>
span { border-color: #CE034D; }
span { border-color: rgb(206,3,77); }
td.TdClassName
{
border-color: #CE034D;
}
.TagClassName
{
border-color: #CE034D;
}
</style>