Shades of Fuchsia #CE3ABC
Tints of Fuchsia #CE3ABC
RGB
CMYK
RGB Variations
Color information
#CE3ABC (or 0xCE3ABC) is known color: Fuchsia. HEX triplet: CE, 3A and BC. RGB value is (206,58,188). Sum of RGB (Red+Green+Blue) = 206+58+188=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ABC is #31C543. Grayscale: #747474. Windows color (decimal): -3261764 or 12335822. OLE color: 12335822.
HSL color Cylindrical-coordinate representation of color #CE3ABC: hue angle of 307.3º 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 #CE3ABC is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 188 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.19 |
| HSL | 307.3º | 0.6% | 0.52% | - |
| HSV(B) | 307.3º | 0.72% | 0.81% | - |
| XYZ | 36.04 | 19.78 | 49.49 | - |
| YUV | 117.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 188 | 0 | 0.72 | 0.09 | 0.19 | 307.3 | 0.6 | 0.52 |
| Hex | CE | 3A | BC | 0 | 48 | 9 | 13 | 133 | 3C | 34 |
| Octal | 316 | 72 | 274 | 0 | 110 | 11 | 23 | 463 | 74 | 64 |
| Binary | 11001110 | 111010 | 10111100 | 0 | 1001000 | 1001 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CE3ABC
Complementary color
Monochromatic Colors of #CE3ABC
Black with #CE3ABC
Text Example
Text Example
White with #CE3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ABC; }
p { color: rgb(206,58,188); }
H1.HeaderClassName
{
color: #CE3ABC;
}
.AnyTagClassName
{
color: #CE3ABC;
}
</style>
background-color css
<style>
a { background-color: #CE3ABC; }
a { background-color: rgb(206,58,188); }
div.DivClassName
{
background-color: #CE3ABC;
}
.BgClassName
{
background-color: #CE3ABC;
}
</style>
border-color css
<style>
span { border-color: #CE3ABC; }
span { border-color: rgb(206,58,188); }
td.TdClassName
{
border-color: #CE3ABC;
}
.TagClassName
{
border-color: #CE3ABC;
}
</style>