Shades of Razzmatazz #CE014C
Tints of Razzmatazz #CE014C
RGB
CMYK
RGB Variations
Color information
#CE014C (or 0xCE014C) is known color: Razzmatazz. HEX triplet: CE, 01 and 4C. RGB value is (206,1,76). Sum of RGB (Red+Green+Blue) = 206+1+76=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE014C is #31FEB3. Grayscale: #464646. Windows color (decimal): -3276468 or 4981198. OLE color: 4981198.
HSL color Cylindrical-coordinate representation of color #CE014C: hue angle of 338.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE014C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.19 |
| HSL | 338.05º | 0.99% | 0.41% | - |
| HSV(B) | 338.05º | 1% | 0.81% | - |
| XYZ | 26.77 | 13.67 | 8.06 | - |
| YUV | 70.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 76 | 0 | 1.00 | 0.63 | 0.19 | 338.05 | 0.99 | 0.41 |
| Hex | CE | 1 | 4C | 0 | 64 | 3F | 13 | 152 | 63 | 29 |
| Octal | 316 | 1 | 114 | 0 | 144 | 77 | 23 | 522 | 143 | 51 |
| Binary | 11001110 | 1 | 1001100 | 0 | 1100100 | 111111 | 10011 | 101010010 | 1100011 | 101001 |
Color Harmonies of #CE014C
Complementary color
Monochromatic Colors of #CE014C
Black with #CE014C
Text Example
Text Example
White with #CE014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE014C; }
p { color: rgb(206,1,76); }
H1.HeaderClassName
{
color: #CE014C;
}
.AnyTagClassName
{
color: #CE014C;
}
</style>
background-color css
<style>
a { background-color: #CE014C; }
a { background-color: rgb(206,1,76); }
div.DivClassName
{
background-color: #CE014C;
}
.BgClassName
{
background-color: #CE014C;
}
</style>
border-color css
<style>
span { border-color: #CE014C; }
span { border-color: rgb(206,1,76); }
td.TdClassName
{
border-color: #CE014C;
}
.TagClassName
{
border-color: #CE014C;
}
</style>