Shades of Razzmatazz #CE0161
Tints of Razzmatazz #CE0161
RGB
CMYK
RGB Variations
Color information
#CE0161 (or 0xCE0161) is known color: Razzmatazz. HEX triplet: CE, 01 and 61. RGB value is (206,1,97). Sum of RGB (Red+Green+Blue) = 206+1+97=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0161 is #31FE9E. Grayscale: #494949. Windows color (decimal): -3276447 or 6357454. OLE color: 6357454.
HSL color Cylindrical-coordinate representation of color #CE0161: hue angle of 331.9º 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 #CE0161 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 97 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.19 |
| HSL | 331.9º | 0.99% | 0.41% | - |
| HSV(B) | 331.9º | 1% | 0.81% | - |
| XYZ | 27.62 | 14.01 | 12.56 | - |
| YUV | 73.24 | 141.42 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 97 | 0 | 1.00 | 0.53 | 0.19 | 331.9 | 0.99 | 0.41 |
| Hex | CE | 1 | 61 | 0 | 64 | 35 | 13 | 14C | 63 | 29 |
| Octal | 316 | 1 | 141 | 0 | 144 | 65 | 23 | 514 | 143 | 51 |
| Binary | 11001110 | 1 | 1100001 | 0 | 1100100 | 110101 | 10011 | 101001100 | 1100011 | 101001 |
Color Harmonies of #CE0161
Complementary color
Monochromatic Colors of #CE0161
Black with #CE0161
Text Example
Text Example
White with #CE0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0161; }
p { color: rgb(206,1,97); }
H1.HeaderClassName
{
color: #CE0161;
}
.AnyTagClassName
{
color: #CE0161;
}
</style>
background-color css
<style>
a { background-color: #CE0161; }
a { background-color: rgb(206,1,97); }
div.DivClassName
{
background-color: #CE0161;
}
.BgClassName
{
background-color: #CE0161;
}
</style>
border-color css
<style>
span { border-color: #CE0161; }
span { border-color: rgb(206,1,97); }
td.TdClassName
{
border-color: #CE0161;
}
.TagClassName
{
border-color: #CE0161;
}
</style>