Shades of Razzmatazz #CE015F
Tints of Razzmatazz #CE015F
RGB
CMYK
RGB Variations
Color information
#CE015F (or 0xCE015F) is known color: Razzmatazz. HEX triplet: CE, 01 and 5F. RGB value is (206,1,95). Sum of RGB (Red+Green+Blue) = 206+1+95=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE015F is #31FEA0. Grayscale: #484848. Windows color (decimal): -3276449 or 6226382. OLE color: 6226382.
HSL color Cylindrical-coordinate representation of color #CE015F: hue angle of 332.49º 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 #CE015F is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.19 |
| HSL | 332.49º | 0.99% | 0.41% | - |
| HSV(B) | 332.49º | 1% | 0.81% | - |
| XYZ | 27.53 | 13.97 | 12.07 | - |
| YUV | 73.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 95 | 0 | 1.00 | 0.54 | 0.19 | 332.49 | 0.99 | 0.41 |
| Hex | CE | 1 | 5F | 0 | 64 | 36 | 13 | 14C | 63 | 29 |
| Octal | 316 | 1 | 137 | 0 | 144 | 66 | 23 | 514 | 143 | 51 |
| Binary | 11001110 | 1 | 1011111 | 0 | 1100100 | 110110 | 10011 | 101001100 | 1100011 | 101001 |
Color Harmonies of #CE015F
Complementary color
Monochromatic Colors of #CE015F
Black with #CE015F
Text Example
Text Example
White with #CE015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE015F; }
p { color: rgb(206,1,95); }
H1.HeaderClassName
{
color: #CE015F;
}
.AnyTagClassName
{
color: #CE015F;
}
</style>
background-color css
<style>
a { background-color: #CE015F; }
a { background-color: rgb(206,1,95); }
div.DivClassName
{
background-color: #CE015F;
}
.BgClassName
{
background-color: #CE015F;
}
</style>
border-color css
<style>
span { border-color: #CE015F; }
span { border-color: rgb(206,1,95); }
td.TdClassName
{
border-color: #CE015F;
}
.TagClassName
{
border-color: #CE015F;
}
</style>