Shades of Razzmatazz #CE045A
Tints of Razzmatazz #CE045A
RGB
CMYK
RGB Variations
Color information
#CE045A (or 0xCE045A) is known color: Razzmatazz. HEX triplet: CE, 04 and 5A. RGB value is (206,4,90). Sum of RGB (Red+Green+Blue) = 206+4+90=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE045A is #31FBA5. Grayscale: #4A4A4A. Windows color (decimal): -3275686 or 5899470. OLE color: 5899470.
HSL color Cylindrical-coordinate representation of color #CE045A: hue angle of 334.46º 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 #CE045A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.19 |
| HSL | 334.46º | 0.96% | 0.41% | - |
| HSV(B) | 334.46º | 0.98% | 0.81% | - |
| XYZ | 27.34 | 13.95 | 10.92 | - |
| YUV | 74.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 90 | 0 | 0.98 | 0.56 | 0.19 | 334.46 | 0.96 | 0.41 |
| Hex | CE | 4 | 5A | 0 | 62 | 38 | 13 | 14E | 60 | 29 |
| Octal | 316 | 4 | 132 | 0 | 142 | 70 | 23 | 516 | 140 | 51 |
| Binary | 11001110 | 100 | 1011010 | 0 | 1100010 | 111000 | 10011 | 101001110 | 1100000 | 101001 |
Color Harmonies of #CE045A
Complementary color
Monochromatic Colors of #CE045A
Black with #CE045A
Text Example
Text Example
White with #CE045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE045A; }
p { color: rgb(206,4,90); }
H1.HeaderClassName
{
color: #CE045A;
}
.AnyTagClassName
{
color: #CE045A;
}
</style>
background-color css
<style>
a { background-color: #CE045A; }
a { background-color: rgb(206,4,90); }
div.DivClassName
{
background-color: #CE045A;
}
.BgClassName
{
background-color: #CE045A;
}
</style>
border-color css
<style>
span { border-color: #CE045A; }
span { border-color: rgb(206,4,90); }
td.TdClassName
{
border-color: #CE045A;
}
.TagClassName
{
border-color: #CE045A;
}
</style>