Shades of Fuchsia #CE38C6
Tints of Fuchsia #CE38C6
RGB
CMYK
RGB Variations
Color information
#CE38C6 (or 0xCE38C6) is known color: Fuchsia. HEX triplet: CE, 38 and C6. RGB value is (206,56,198). Sum of RGB (Red+Green+Blue) = 206+56+198=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38C6 is #31C739. Grayscale: #747474. Windows color (decimal): -3262266 or 12990670. OLE color: 12990670.
HSL color Cylindrical-coordinate representation of color #CE38C6: hue angle of 303.2º 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 #CE38C6 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 198 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.19 |
| HSL | 303.2º | 0.6% | 0.51% | - |
| HSV(B) | 303.2º | 0.73% | 0.81% | - |
| XYZ | 37.06 | 20.03 | 55.34 | - |
| YUV | 117.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 198 | 0 | 0.73 | 0.04 | 0.19 | 303.2 | 0.6 | 0.51 |
| Hex | CE | 38 | C6 | 0 | 49 | 4 | 13 | 12F | 3C | 33 |
| Octal | 316 | 70 | 306 | 0 | 111 | 4 | 23 | 457 | 74 | 63 |
| Binary | 11001110 | 111000 | 11000110 | 0 | 1001001 | 100 | 10011 | 100101111 | 111100 | 110011 |
Color Harmonies of #CE38C6
Complementary color
Monochromatic Colors of #CE38C6
Black with #CE38C6
Text Example
Text Example
White with #CE38C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38C6; }
p { color: rgb(206,56,198); }
H1.HeaderClassName
{
color: #CE38C6;
}
.AnyTagClassName
{
color: #CE38C6;
}
</style>
background-color css
<style>
a { background-color: #CE38C6; }
a { background-color: rgb(206,56,198); }
div.DivClassName
{
background-color: #CE38C6;
}
.BgClassName
{
background-color: #CE38C6;
}
</style>
border-color css
<style>
span { border-color: #CE38C6; }
span { border-color: rgb(206,56,198); }
td.TdClassName
{
border-color: #CE38C6;
}
.TagClassName
{
border-color: #CE38C6;
}
</style>