Shades of Razzmatazz #CE005F
Tints of Razzmatazz #CE005F
RGB
CMYK
RGB Variations
Color information
#CE005F (or 0xCE005F) is known color: Razzmatazz. HEX triplet: CE, 00 and 5F. RGB value is (206,0,95). Sum of RGB (Red+Green+Blue) = 206+0+95=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE005F is #31FFA0. Grayscale: #484848. Windows color (decimal): -3276705 or 6226126. OLE color: 6226126.
HSL color Cylindrical-coordinate representation of color #CE005F: hue angle of 332.33º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE005F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.54 | 0.19 |
| HSL | 332.33º | 1% | 0.4% | - |
| HSV(B) | 332.33º | 1% | 0.81% | - |
| XYZ | 27.52 | 13.95 | 12.07 | - |
| YUV | 72.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 95 | 0 | 1 | 0.54 | 0.19 | 332.33 | 1 | 0.4 |
| Hex | CE | 0 | 5F | 0 | 64 | 36 | 13 | 14C | 64 | 28 |
| Octal | 316 | 0 | 137 | 0 | 144 | 66 | 23 | 514 | 144 | 50 |
| Binary | 11001110 | 0 | 1011111 | 0 | 1100100 | 110110 | 10011 | 101001100 | 1100100 | 101000 |
Color Harmonies of #CE005F
Complementary color
Monochromatic Colors of #CE005F
Black with #CE005F
Text Example
Text Example
White with #CE005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE005F; }
p { color: rgb(206,0,95); }
H1.HeaderClassName
{
color: #CE005F;
}
.AnyTagClassName
{
color: #CE005F;
}
</style>
background-color css
<style>
a { background-color: #CE005F; }
a { background-color: rgb(206,0,95); }
div.DivClassName
{
background-color: #CE005F;
}
.BgClassName
{
background-color: #CE005F;
}
</style>
border-color css
<style>
span { border-color: #CE005F; }
span { border-color: rgb(206,0,95); }
td.TdClassName
{
border-color: #CE005F;
}
.TagClassName
{
border-color: #CE005F;
}
</style>