Shades of Fuchsia #CE46CA
Tints of Fuchsia #CE46CA
RGB
CMYK
RGB Variations
Color information
#CE46CA (or 0xCE46CA) is known color: Fuchsia. HEX triplet: CE, 46 and CA. RGB value is (206,70,202). Sum of RGB (Red+Green+Blue) = 206+70+202=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46CA is #31B935. Grayscale: #7D7D7D. Windows color (decimal): -3258678 or 13256398. OLE color: 13256398.
HSL color Cylindrical-coordinate representation of color #CE46CA: hue angle of 301.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE46CA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 202 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.19 |
| HSL | 301.76º | 0.58% | 0.54% | - |
| HSV(B) | 301.76º | 0.66% | 0.81% | - |
| XYZ | 38.3 | 21.77 | 58.06 | - |
| YUV | 125.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 202 | 0 | 0.66 | 0.02 | 0.19 | 301.76 | 0.58 | 0.54 |
| Hex | CE | 46 | CA | 0 | 42 | 2 | 13 | 12E | 3A | 36 |
| Octal | 316 | 106 | 312 | 0 | 102 | 2 | 23 | 456 | 72 | 66 |
| Binary | 11001110 | 1000110 | 11001010 | 0 | 1000010 | 10 | 10011 | 100101110 | 111010 | 110110 |
Color Harmonies of #CE46CA
Complementary color
Monochromatic Colors of #CE46CA
Black with #CE46CA
Text Example
Text Example
White with #CE46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46CA; }
p { color: rgb(206,70,202); }
H1.HeaderClassName
{
color: #CE46CA;
}
.AnyTagClassName
{
color: #CE46CA;
}
</style>
background-color css
<style>
a { background-color: #CE46CA; }
a { background-color: rgb(206,70,202); }
div.DivClassName
{
background-color: #CE46CA;
}
.BgClassName
{
background-color: #CE46CA;
}
</style>
border-color css
<style>
span { border-color: #CE46CA; }
span { border-color: rgb(206,70,202); }
td.TdClassName
{
border-color: #CE46CA;
}
.TagClassName
{
border-color: #CE46CA;
}
</style>