Shades of Fuchsia #CE3ECB
Tints of Fuchsia #CE3ECB
RGB
CMYK
RGB Variations
Color information
#CE3ECB (or 0xCE3ECB) is known color: Fuchsia. HEX triplet: CE, 3E and CB. RGB value is (206,62,203). Sum of RGB (Red+Green+Blue) = 206+62+203=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ECB is #31C134. Grayscale: #787878. Windows color (decimal): -3260725 or 13319886. OLE color: 13319886.
HSL color Cylindrical-coordinate representation of color #CE3ECB: hue angle of 301.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3ECB is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 203 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.19 |
| HSL | 301.25º | 0.6% | 0.53% | - |
| HSV(B) | 301.25º | 0.7% | 0.81% | - |
| XYZ | 37.96 | 20.88 | 58.53 | - |
| YUV | 121.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 203 | 0 | 0.70 | 0.01 | 0.19 | 301.25 | 0.6 | 0.53 |
| Hex | CE | 3E | CB | 0 | 46 | 1 | 13 | 12D | 3C | 35 |
| Octal | 316 | 76 | 313 | 0 | 106 | 1 | 23 | 455 | 74 | 65 |
| Binary | 11001110 | 111110 | 11001011 | 0 | 1000110 | 1 | 10011 | 100101101 | 111100 | 110101 |
Color Harmonies of #CE3ECB
Complementary color
Monochromatic Colors of #CE3ECB
Black with #CE3ECB
Text Example
Text Example
White with #CE3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ECB; }
p { color: rgb(206,62,203); }
H1.HeaderClassName
{
color: #CE3ECB;
}
.AnyTagClassName
{
color: #CE3ECB;
}
</style>
background-color css
<style>
a { background-color: #CE3ECB; }
a { background-color: rgb(206,62,203); }
div.DivClassName
{
background-color: #CE3ECB;
}
.BgClassName
{
background-color: #CE3ECB;
}
</style>
border-color css
<style>
span { border-color: #CE3ECB; }
span { border-color: rgb(206,62,203); }
td.TdClassName
{
border-color: #CE3ECB;
}
.TagClassName
{
border-color: #CE3ECB;
}
</style>