Shades of Fuchsia #CE3DBE
Tints of Fuchsia #CE3DBE
RGB
CMYK
RGB Variations
Color information
#CE3DBE (or 0xCE3DBE) is known color: Fuchsia. HEX triplet: CE, 3D and BE. RGB value is (206,61,190). Sum of RGB (Red+Green+Blue) = 206+61+190=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DBE is #31C241. Grayscale: #767676. Windows color (decimal): -3260994 or 12467662. OLE color: 12467662.
HSL color Cylindrical-coordinate representation of color #CE3DBE: hue angle of 306.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3DBE is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 190 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.19 |
| HSL | 306.62º | 0.6% | 0.52% | - |
| HSV(B) | 306.62º | 0.7% | 0.81% | - |
| XYZ | 36.42 | 20.18 | 50.69 | - |
| YUV | 119.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 190 | 0 | 0.70 | 0.08 | 0.19 | 306.62 | 0.6 | 0.52 |
| Hex | CE | 3D | BE | 0 | 46 | 8 | 13 | 133 | 3C | 34 |
| Octal | 316 | 75 | 276 | 0 | 106 | 10 | 23 | 463 | 74 | 64 |
| Binary | 11001110 | 111101 | 10111110 | 0 | 1000110 | 1000 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CE3DBE
Complementary color
Monochromatic Colors of #CE3DBE
Black with #CE3DBE
Text Example
Text Example
White with #CE3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DBE; }
p { color: rgb(206,61,190); }
H1.HeaderClassName
{
color: #CE3DBE;
}
.AnyTagClassName
{
color: #CE3DBE;
}
</style>
background-color css
<style>
a { background-color: #CE3DBE; }
a { background-color: rgb(206,61,190); }
div.DivClassName
{
background-color: #CE3DBE;
}
.BgClassName
{
background-color: #CE3DBE;
}
</style>
border-color css
<style>
span { border-color: #CE3DBE; }
span { border-color: rgb(206,61,190); }
td.TdClassName
{
border-color: #CE3DBE;
}
.TagClassName
{
border-color: #CE3DBE;
}
</style>