Shades of Fuchsia #CE3ABD
Tints of Fuchsia #CE3ABD
RGB
CMYK
RGB Variations
Color information
#CE3ABD (or 0xCE3ABD) is known color: Fuchsia. HEX triplet: CE, 3A and BD. RGB value is (206,58,189). Sum of RGB (Red+Green+Blue) = 206+58+189=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ABD is #31C542. Grayscale: #747474. Windows color (decimal): -3261763 or 12401358. OLE color: 12401358.
HSL color Cylindrical-coordinate representation of color #CE3ABD: hue angle of 306.89º 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 #CE3ABD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 189 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.19 |
| HSL | 306.89º | 0.6% | 0.52% | - |
| HSV(B) | 306.89º | 0.72% | 0.81% | - |
| XYZ | 36.15 | 19.82 | 50.06 | - |
| YUV | 117.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 189 | 0 | 0.72 | 0.08 | 0.19 | 306.89 | 0.6 | 0.52 |
| Hex | CE | 3A | BD | 0 | 48 | 8 | 13 | 133 | 3C | 34 |
| Octal | 316 | 72 | 275 | 0 | 110 | 10 | 23 | 463 | 74 | 64 |
| Binary | 11001110 | 111010 | 10111101 | 0 | 1001000 | 1000 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CE3ABD
Complementary color
Monochromatic Colors of #CE3ABD
Black with #CE3ABD
Text Example
Text Example
White with #CE3ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ABD; }
p { color: rgb(206,58,189); }
H1.HeaderClassName
{
color: #CE3ABD;
}
.AnyTagClassName
{
color: #CE3ABD;
}
</style>
background-color css
<style>
a { background-color: #CE3ABD; }
a { background-color: rgb(206,58,189); }
div.DivClassName
{
background-color: #CE3ABD;
}
.BgClassName
{
background-color: #CE3ABD;
}
</style>
border-color css
<style>
span { border-color: #CE3ABD; }
span { border-color: rgb(206,58,189); }
td.TdClassName
{
border-color: #CE3ABD;
}
.TagClassName
{
border-color: #CE3ABD;
}
</style>