Shades of Fuchsia #CE39C2
Tints of Fuchsia #CE39C2
RGB
CMYK
RGB Variations
Color information
#CE39C2 (or 0xCE39C2) is known color: Fuchsia. HEX triplet: CE, 39 and C2. RGB value is (206,57,194). Sum of RGB (Red+Green+Blue) = 206+57+194=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39C2 is #31C63D. Grayscale: #747474. Windows color (decimal): -3262014 or 12728782. OLE color: 12728782.
HSL color Cylindrical-coordinate representation of color #CE39C2: hue angle of 304.83º 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 #CE39C2 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 194 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.19 |
| HSL | 304.83º | 0.6% | 0.52% | - |
| HSV(B) | 304.83º | 0.72% | 0.81% | - |
| XYZ | 36.65 | 19.94 | 52.96 | - |
| YUV | 117.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 194 | 0 | 0.72 | 0.06 | 0.19 | 304.83 | 0.6 | 0.52 |
| Hex | CE | 39 | C2 | 0 | 48 | 6 | 13 | 131 | 3C | 34 |
| Octal | 316 | 71 | 302 | 0 | 110 | 6 | 23 | 461 | 74 | 64 |
| Binary | 11001110 | 111001 | 11000010 | 0 | 1001000 | 110 | 10011 | 100110001 | 111100 | 110100 |
Color Harmonies of #CE39C2
Complementary color
Monochromatic Colors of #CE39C2
Black with #CE39C2
Text Example
Text Example
White with #CE39C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39C2; }
p { color: rgb(206,57,194); }
H1.HeaderClassName
{
color: #CE39C2;
}
.AnyTagClassName
{
color: #CE39C2;
}
</style>
background-color css
<style>
a { background-color: #CE39C2; }
a { background-color: rgb(206,57,194); }
div.DivClassName
{
background-color: #CE39C2;
}
.BgClassName
{
background-color: #CE39C2;
}
</style>
border-color css
<style>
span { border-color: #CE39C2; }
span { border-color: rgb(206,57,194); }
td.TdClassName
{
border-color: #CE39C2;
}
.TagClassName
{
border-color: #CE39C2;
}
</style>