Shades of Fuchsia #CE39C5
Tints of Fuchsia #CE39C5
RGB
CMYK
RGB Variations
Color information
#CE39C5 (or 0xCE39C5) is known color: Fuchsia. HEX triplet: CE, 39 and C5. RGB value is (206,57,197). Sum of RGB (Red+Green+Blue) = 206+57+197=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39C5 is #31C63A. Grayscale: #757575. Windows color (decimal): -3262011 or 12925390. OLE color: 12925390.
HSL color Cylindrical-coordinate representation of color #CE39C5: hue angle of 303.62º 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 #CE39C5 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 197 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.19 |
| HSL | 303.62º | 0.6% | 0.52% | - |
| HSV(B) | 303.62º | 0.72% | 0.81% | - |
| XYZ | 36.99 | 20.08 | 54.75 | - |
| YUV | 117.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 197 | 0 | 0.72 | 0.04 | 0.19 | 303.62 | 0.6 | 0.52 |
| Hex | CE | 39 | C5 | 0 | 48 | 4 | 13 | 130 | 3C | 34 |
| Octal | 316 | 71 | 305 | 0 | 110 | 4 | 23 | 460 | 74 | 64 |
| Binary | 11001110 | 111001 | 11000101 | 0 | 1001000 | 100 | 10011 | 100110000 | 111100 | 110100 |
Color Harmonies of #CE39C5
Complementary color
Monochromatic Colors of #CE39C5
Black with #CE39C5
Text Example
Text Example
White with #CE39C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39C5; }
p { color: rgb(206,57,197); }
H1.HeaderClassName
{
color: #CE39C5;
}
.AnyTagClassName
{
color: #CE39C5;
}
</style>
background-color css
<style>
a { background-color: #CE39C5; }
a { background-color: rgb(206,57,197); }
div.DivClassName
{
background-color: #CE39C5;
}
.BgClassName
{
background-color: #CE39C5;
}
</style>
border-color css
<style>
span { border-color: #CE39C5; }
span { border-color: rgb(206,57,197); }
td.TdClassName
{
border-color: #CE39C5;
}
.TagClassName
{
border-color: #CE39C5;
}
</style>