Shades of Razzmatazz #CE034E
Tints of Razzmatazz #CE034E
RGB
CMYK
RGB Variations
Color information
#CE034E (or 0xCE034E) is known color: Razzmatazz. HEX triplet: CE, 03 and 4E. RGB value is (206,3,78). Sum of RGB (Red+Green+Blue) = 206+3+78=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE034E is #31FCB1. Grayscale: #484848. Windows color (decimal): -3275954 or 5112782. OLE color: 5112782.
HSL color Cylindrical-coordinate representation of color #CE034E: hue angle of 337.83º 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 #CE034E is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.19 |
| HSL | 337.83º | 0.97% | 0.41% | - |
| HSV(B) | 337.83º | 0.99% | 0.81% | - |
| XYZ | 26.86 | 13.74 | 8.44 | - |
| YUV | 72.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 78 | 0 | 0.99 | 0.62 | 0.19 | 337.83 | 0.97 | 0.41 |
| Hex | CE | 3 | 4E | 0 | 63 | 3E | 13 | 152 | 61 | 29 |
| Octal | 316 | 3 | 116 | 0 | 143 | 76 | 23 | 522 | 141 | 51 |
| Binary | 11001110 | 11 | 1001110 | 0 | 1100011 | 111110 | 10011 | 101010010 | 1100001 | 101001 |
Color Harmonies of #CE034E
Complementary color
Monochromatic Colors of #CE034E
Black with #CE034E
Text Example
Text Example
White with #CE034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE034E; }
p { color: rgb(206,3,78); }
H1.HeaderClassName
{
color: #CE034E;
}
.AnyTagClassName
{
color: #CE034E;
}
</style>
background-color css
<style>
a { background-color: #CE034E; }
a { background-color: rgb(206,3,78); }
div.DivClassName
{
background-color: #CE034E;
}
.BgClassName
{
background-color: #CE034E;
}
</style>
border-color css
<style>
span { border-color: #CE034E; }
span { border-color: rgb(206,3,78); }
td.TdClassName
{
border-color: #CE034E;
}
.TagClassName
{
border-color: #CE034E;
}
</style>