Shades of Razzmatazz #CE045B
Tints of Razzmatazz #CE045B
RGB
CMYK
RGB Variations
Color information
#CE045B (or 0xCE045B) is known color: Razzmatazz. HEX triplet: CE, 04 and 5B. RGB value is (206,4,91). Sum of RGB (Red+Green+Blue) = 206+4+91=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE045B is #31FBA4. Grayscale: #4A4A4A. Windows color (decimal): -3275685 or 5965006. OLE color: 5965006.
HSL color Cylindrical-coordinate representation of color #CE045B: hue angle of 334.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE045B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.19 |
| HSL | 334.16º | 0.96% | 0.41% | - |
| HSV(B) | 334.16º | 0.98% | 0.81% | - |
| XYZ | 27.39 | 13.96 | 11.15 | - |
| YUV | 74.32 | 137.42 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 91 | 0 | 0.98 | 0.56 | 0.19 | 334.16 | 0.96 | 0.41 |
| Hex | CE | 4 | 5B | 0 | 62 | 38 | 13 | 14E | 60 | 29 |
| Octal | 316 | 4 | 133 | 0 | 142 | 70 | 23 | 516 | 140 | 51 |
| Binary | 11001110 | 100 | 1011011 | 0 | 1100010 | 111000 | 10011 | 101001110 | 1100000 | 101001 |
Color Harmonies of #CE045B
Complementary color
Monochromatic Colors of #CE045B
Black with #CE045B
Text Example
Text Example
White with #CE045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE045B; }
p { color: rgb(206,4,91); }
H1.HeaderClassName
{
color: #CE045B;
}
.AnyTagClassName
{
color: #CE045B;
}
</style>
background-color css
<style>
a { background-color: #CE045B; }
a { background-color: rgb(206,4,91); }
div.DivClassName
{
background-color: #CE045B;
}
.BgClassName
{
background-color: #CE045B;
}
</style>
border-color css
<style>
span { border-color: #CE045B; }
span { border-color: rgb(206,4,91); }
td.TdClassName
{
border-color: #CE045B;
}
.TagClassName
{
border-color: #CE045B;
}
</style>