Shades of Razzmatazz #CE0163
Tints of Razzmatazz #CE0163
RGB
CMYK
RGB Variations
Color information
#CE0163 (or 0xCE0163) is known color: Razzmatazz. HEX triplet: CE, 01 and 63. RGB value is (206,1,99). Sum of RGB (Red+Green+Blue) = 206+1+99=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0163 is #31FE9C. Grayscale: #494949. Windows color (decimal): -3276445 or 6488526. OLE color: 6488526.
HSL color Cylindrical-coordinate representation of color #CE0163: hue angle of 331.32º 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 #CE0163 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.19 |
| HSL | 331.32º | 0.99% | 0.41% | - |
| HSV(B) | 331.32º | 1% | 0.81% | - |
| XYZ | 27.72 | 14.04 | 13.05 | - |
| YUV | 73.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 99 | 0 | 1.00 | 0.52 | 0.19 | 331.32 | 0.99 | 0.41 |
| Hex | CE | 1 | 63 | 0 | 64 | 34 | 13 | 14B | 63 | 29 |
| Octal | 316 | 1 | 143 | 0 | 144 | 64 | 23 | 513 | 143 | 51 |
| Binary | 11001110 | 1 | 1100011 | 0 | 1100100 | 110100 | 10011 | 101001011 | 1100011 | 101001 |
Color Harmonies of #CE0163
Complementary color
Monochromatic Colors of #CE0163
Black with #CE0163
Text Example
Text Example
White with #CE0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0163; }
p { color: rgb(206,1,99); }
H1.HeaderClassName
{
color: #CE0163;
}
.AnyTagClassName
{
color: #CE0163;
}
</style>
background-color css
<style>
a { background-color: #CE0163; }
a { background-color: rgb(206,1,99); }
div.DivClassName
{
background-color: #CE0163;
}
.BgClassName
{
background-color: #CE0163;
}
</style>
border-color css
<style>
span { border-color: #CE0163; }
span { border-color: rgb(206,1,99); }
td.TdClassName
{
border-color: #CE0163;
}
.TagClassName
{
border-color: #CE0163;
}
</style>