Shades of Fuchsia #CE38C2
Tints of Fuchsia #CE38C2
RGB
CMYK
RGB Variations
Color information
#CE38C2 (or 0xCE38C2) is known color: Fuchsia. HEX triplet: CE, 38 and C2. RGB value is (206,56,194). Sum of RGB (Red+Green+Blue) = 206+56+194=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38C2 is #31C73D. Grayscale: #747474. Windows color (decimal): -3262270 or 12728526. OLE color: 12728526.
HSL color Cylindrical-coordinate representation of color #CE38C2: hue angle of 304.8º 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 #CE38C2 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 194 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.19 |
| HSL | 304.8º | 0.6% | 0.51% | - |
| HSV(B) | 304.8º | 0.73% | 0.81% | - |
| XYZ | 36.61 | 19.85 | 52.94 | - |
| YUV | 116.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 194 | 0 | 0.73 | 0.06 | 0.19 | 304.8 | 0.6 | 0.51 |
| Hex | CE | 38 | C2 | 0 | 49 | 6 | 13 | 131 | 3C | 33 |
| Octal | 316 | 70 | 302 | 0 | 111 | 6 | 23 | 461 | 74 | 63 |
| Binary | 11001110 | 111000 | 11000010 | 0 | 1001001 | 110 | 10011 | 100110001 | 111100 | 110011 |
Color Harmonies of #CE38C2
Complementary color
Monochromatic Colors of #CE38C2
Black with #CE38C2
Text Example
Text Example
White with #CE38C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38C2; }
p { color: rgb(206,56,194); }
H1.HeaderClassName
{
color: #CE38C2;
}
.AnyTagClassName
{
color: #CE38C2;
}
</style>
background-color css
<style>
a { background-color: #CE38C2; }
a { background-color: rgb(206,56,194); }
div.DivClassName
{
background-color: #CE38C2;
}
.BgClassName
{
background-color: #CE38C2;
}
</style>
border-color css
<style>
span { border-color: #CE38C2; }
span { border-color: rgb(206,56,194); }
td.TdClassName
{
border-color: #CE38C2;
}
.TagClassName
{
border-color: #CE38C2;
}
</style>