Shades of Fuchsia #CE38C8
Tints of Fuchsia #CE38C8
RGB
CMYK
RGB Variations
Color information
#CE38C8 (or 0xCE38C8) is known color: Fuchsia. HEX triplet: CE, 38 and C8. RGB value is (206,56,200). Sum of RGB (Red+Green+Blue) = 206+56+200=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38C8 is #31C737. Grayscale: #747474. Windows color (decimal): -3262264 or 13121742. OLE color: 13121742.
HSL color Cylindrical-coordinate representation of color #CE38C8: hue angle of 302.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE38C8 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 200 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.19 |
| HSL | 302.4º | 0.6% | 0.51% | - |
| HSV(B) | 302.4º | 0.73% | 0.81% | - |
| XYZ | 37.29 | 20.12 | 56.56 | - |
| YUV | 117.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 200 | 0 | 0.73 | 0.03 | 0.19 | 302.4 | 0.6 | 0.51 |
| Hex | CE | 38 | C8 | 0 | 49 | 3 | 13 | 12E | 3C | 33 |
| Octal | 316 | 70 | 310 | 0 | 111 | 3 | 23 | 456 | 74 | 63 |
| Binary | 11001110 | 111000 | 11001000 | 0 | 1001001 | 11 | 10011 | 100101110 | 111100 | 110011 |
Color Harmonies of #CE38C8
Complementary color
Monochromatic Colors of #CE38C8
Black with #CE38C8
Text Example
Text Example
White with #CE38C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38C8; }
p { color: rgb(206,56,200); }
H1.HeaderClassName
{
color: #CE38C8;
}
.AnyTagClassName
{
color: #CE38C8;
}
</style>
background-color css
<style>
a { background-color: #CE38C8; }
a { background-color: rgb(206,56,200); }
div.DivClassName
{
background-color: #CE38C8;
}
.BgClassName
{
background-color: #CE38C8;
}
</style>
border-color css
<style>
span { border-color: #CE38C8; }
span { border-color: rgb(206,56,200); }
td.TdClassName
{
border-color: #CE38C8;
}
.TagClassName
{
border-color: #CE38C8;
}
</style>