Shades of Razzmatazz #CE034F
Tints of Razzmatazz #CE034F
RGB
CMYK
RGB Variations
Color information
#CE034F (or 0xCE034F) is known color: Razzmatazz. HEX triplet: CE, 03 and 4F. RGB value is (206,3,79). Sum of RGB (Red+Green+Blue) = 206+3+79=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE034F is #31FCB0. Grayscale: #484848. Windows color (decimal): -3275953 or 5178318. OLE color: 5178318.
HSL color Cylindrical-coordinate representation of color #CE034F: hue angle of 337.54º 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 #CE034F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 79 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.19 |
| HSL | 337.54º | 0.97% | 0.41% | - |
| HSV(B) | 337.54º | 0.99% | 0.81% | - |
| XYZ | 26.9 | 13.75 | 8.63 | - |
| YUV | 72.36 | 131.75 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 79 | 0 | 0.99 | 0.62 | 0.19 | 337.54 | 0.97 | 0.41 |
| Hex | CE | 3 | 4F | 0 | 63 | 3E | 13 | 152 | 61 | 29 |
| Octal | 316 | 3 | 117 | 0 | 143 | 76 | 23 | 522 | 141 | 51 |
| Binary | 11001110 | 11 | 1001111 | 0 | 1100011 | 111110 | 10011 | 101010010 | 1100001 | 101001 |
Color Harmonies of #CE034F
Complementary color
Monochromatic Colors of #CE034F
Black with #CE034F
Text Example
Text Example
White with #CE034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE034F; }
p { color: rgb(206,3,79); }
H1.HeaderClassName
{
color: #CE034F;
}
.AnyTagClassName
{
color: #CE034F;
}
</style>
background-color css
<style>
a { background-color: #CE034F; }
a { background-color: rgb(206,3,79); }
div.DivClassName
{
background-color: #CE034F;
}
.BgClassName
{
background-color: #CE034F;
}
</style>
border-color css
<style>
span { border-color: #CE034F; }
span { border-color: rgb(206,3,79); }
td.TdClassName
{
border-color: #CE034F;
}
.TagClassName
{
border-color: #CE034F;
}
</style>