Shades of Fuchsia #CE39CA
Tints of Fuchsia #CE39CA
RGB
CMYK
RGB Variations
Color information
#CE39CA (or 0xCE39CA) is known color: Fuchsia. HEX triplet: CE, 39 and CA. RGB value is (206,57,202). Sum of RGB (Red+Green+Blue) = 206+57+202=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39CA is #31C635. Grayscale: #757575. Windows color (decimal): -3262006 or 13253070. OLE color: 13253070.
HSL color Cylindrical-coordinate representation of color #CE39CA: hue angle of 301.61º 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 #CE39CA is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 202 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.19 |
| HSL | 301.61º | 0.6% | 0.52% | - |
| HSV(B) | 301.61º | 0.72% | 0.81% | - |
| XYZ | 37.58 | 20.31 | 57.82 | - |
| YUV | 118.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 202 | 0 | 0.72 | 0.02 | 0.19 | 301.61 | 0.6 | 0.52 |
| Hex | CE | 39 | CA | 0 | 48 | 2 | 13 | 12E | 3C | 34 |
| Octal | 316 | 71 | 312 | 0 | 110 | 2 | 23 | 456 | 74 | 64 |
| Binary | 11001110 | 111001 | 11001010 | 0 | 1001000 | 10 | 10011 | 100101110 | 111100 | 110100 |
Color Harmonies of #CE39CA
Complementary color
Monochromatic Colors of #CE39CA
Black with #CE39CA
Text Example
Text Example
White with #CE39CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39CA; }
p { color: rgb(206,57,202); }
H1.HeaderClassName
{
color: #CE39CA;
}
.AnyTagClassName
{
color: #CE39CA;
}
</style>
background-color css
<style>
a { background-color: #CE39CA; }
a { background-color: rgb(206,57,202); }
div.DivClassName
{
background-color: #CE39CA;
}
.BgClassName
{
background-color: #CE39CA;
}
</style>
border-color css
<style>
span { border-color: #CE39CA; }
span { border-color: rgb(206,57,202); }
td.TdClassName
{
border-color: #CE39CA;
}
.TagClassName
{
border-color: #CE39CA;
}
</style>