Shades of Fuchsia #CE39C0
Tints of Fuchsia #CE39C0
RGB
CMYK
RGB Variations
Color information
#CE39C0 (or 0xCE39C0) is known color: Fuchsia. HEX triplet: CE, 39 and C0. RGB value is (206,57,192). Sum of RGB (Red+Green+Blue) = 206+57+192=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39C0 is #31C63F. Grayscale: #747474. Windows color (decimal): -3262016 or 12597710. OLE color: 12597710.
HSL color Cylindrical-coordinate representation of color #CE39C0: hue angle of 305.64º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE39C0 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 192 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.19 |
| HSL | 305.64º | 0.6% | 0.52% | - |
| HSV(B) | 305.64º | 0.72% | 0.81% | - |
| XYZ | 36.43 | 19.85 | 51.78 | - |
| YUV | 116.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 192 | 0 | 0.72 | 0.07 | 0.19 | 305.64 | 0.6 | 0.52 |
| Hex | CE | 39 | C0 | 0 | 48 | 7 | 13 | 132 | 3C | 34 |
| Octal | 316 | 71 | 300 | 0 | 110 | 7 | 23 | 462 | 74 | 64 |
| Binary | 11001110 | 111001 | 11000000 | 0 | 1001000 | 111 | 10011 | 100110010 | 111100 | 110100 |
Color Harmonies of #CE39C0
Complementary color
Monochromatic Colors of #CE39C0
Black with #CE39C0
Text Example
Text Example
White with #CE39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39C0; }
p { color: rgb(206,57,192); }
H1.HeaderClassName
{
color: #CE39C0;
}
.AnyTagClassName
{
color: #CE39C0;
}
</style>
background-color css
<style>
a { background-color: #CE39C0; }
a { background-color: rgb(206,57,192); }
div.DivClassName
{
background-color: #CE39C0;
}
.BgClassName
{
background-color: #CE39C0;
}
</style>
border-color css
<style>
span { border-color: #CE39C0; }
span { border-color: rgb(206,57,192); }
td.TdClassName
{
border-color: #CE39C0;
}
.TagClassName
{
border-color: #CE39C0;
}
</style>