Shades of Razzmatazz #CE0658
Tints of Razzmatazz #CE0658
RGB
CMYK
RGB Variations
Color information
#CE0658 (or 0xCE0658) is known color: Razzmatazz. HEX triplet: CE, 06 and 58. RGB value is (206,6,88). Sum of RGB (Red+Green+Blue) = 206+6+88=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0658 is #31F9A7. Grayscale: #4B4B4B. Windows color (decimal): -3275176 or 5768910. OLE color: 5768910.
HSL color Cylindrical-coordinate representation of color #CE0658: hue angle of 335.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0658 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.19 |
| HSL | 335.4º | 0.94% | 0.42% | - |
| HSV(B) | 335.4º | 0.97% | 0.81% | - |
| XYZ | 27.28 | 13.96 | 10.49 | - |
| YUV | 75.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 88 | 0 | 0.97 | 0.57 | 0.19 | 335.4 | 0.94 | 0.42 |
| Hex | CE | 6 | 58 | 0 | 61 | 39 | 13 | 14F | 5E | 2A |
| Octal | 316 | 6 | 130 | 0 | 141 | 71 | 23 | 517 | 136 | 52 |
| Binary | 11001110 | 110 | 1011000 | 0 | 1100001 | 111001 | 10011 | 101001111 | 1011110 | 101010 |
Color Harmonies of #CE0658
Complementary color
Monochromatic Colors of #CE0658
Black with #CE0658
Text Example
Text Example
White with #CE0658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0658; }
p { color: rgb(206,6,88); }
H1.HeaderClassName
{
color: #CE0658;
}
.AnyTagClassName
{
color: #CE0658;
}
</style>
background-color css
<style>
a { background-color: #CE0658; }
a { background-color: rgb(206,6,88); }
div.DivClassName
{
background-color: #CE0658;
}
.BgClassName
{
background-color: #CE0658;
}
</style>
border-color css
<style>
span { border-color: #CE0658; }
span { border-color: rgb(206,6,88); }
td.TdClassName
{
border-color: #CE0658;
}
.TagClassName
{
border-color: #CE0658;
}
</style>