Shades of Fuchsia #CE38C7
Tints of Fuchsia #CE38C7
RGB
CMYK
RGB Variations
Color information
#CE38C7 (or 0xCE38C7) is known color: Fuchsia. HEX triplet: CE, 38 and C7. RGB value is (206,56,199). Sum of RGB (Red+Green+Blue) = 206+56+199=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38C7 is #31C738. Grayscale: #747474. Windows color (decimal): -3262265 or 13056206. OLE color: 13056206.
HSL color Cylindrical-coordinate representation of color #CE38C7: hue angle of 302.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 #CE38C7 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 199 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.19 |
| HSL | 302.8º | 0.6% | 0.51% | - |
| HSV(B) | 302.8º | 0.73% | 0.81% | - |
| XYZ | 37.18 | 20.07 | 55.95 | - |
| YUV | 117.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 199 | 0 | 0.73 | 0.03 | 0.19 | 302.8 | 0.6 | 0.51 |
| Hex | CE | 38 | C7 | 0 | 49 | 3 | 13 | 12F | 3C | 33 |
| Octal | 316 | 70 | 307 | 0 | 111 | 3 | 23 | 457 | 74 | 63 |
| Binary | 11001110 | 111000 | 11000111 | 0 | 1001001 | 11 | 10011 | 100101111 | 111100 | 110011 |
Color Harmonies of #CE38C7
Complementary color
Monochromatic Colors of #CE38C7
Black with #CE38C7
Text Example
Text Example
White with #CE38C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38C7; }
p { color: rgb(206,56,199); }
H1.HeaderClassName
{
color: #CE38C7;
}
.AnyTagClassName
{
color: #CE38C7;
}
</style>
background-color css
<style>
a { background-color: #CE38C7; }
a { background-color: rgb(206,56,199); }
div.DivClassName
{
background-color: #CE38C7;
}
.BgClassName
{
background-color: #CE38C7;
}
</style>
border-color css
<style>
span { border-color: #CE38C7; }
span { border-color: rgb(206,56,199); }
td.TdClassName
{
border-color: #CE38C7;
}
.TagClassName
{
border-color: #CE38C7;
}
</style>