Shades of Fuchsia #CE38C5
Tints of Fuchsia #CE38C5
RGB
CMYK
RGB Variations
Color information
#CE38C5 (or 0xCE38C5) is known color: Fuchsia. HEX triplet: CE, 38 and C5. RGB value is (206,56,197). Sum of RGB (Red+Green+Blue) = 206+56+197=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38C5 is #31C73A. Grayscale: #747474. Windows color (decimal): -3262267 or 12925134. OLE color: 12925134.
HSL color Cylindrical-coordinate representation of color #CE38C5: hue angle of 303.6º 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 #CE38C5 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 197 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.19 |
| HSL | 303.6º | 0.6% | 0.51% | - |
| HSV(B) | 303.6º | 0.73% | 0.81% | - |
| XYZ | 36.95 | 19.98 | 54.73 | - |
| YUV | 116.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 197 | 0 | 0.73 | 0.04 | 0.19 | 303.6 | 0.6 | 0.51 |
| Hex | CE | 38 | C5 | 0 | 49 | 4 | 13 | 130 | 3C | 33 |
| Octal | 316 | 70 | 305 | 0 | 111 | 4 | 23 | 460 | 74 | 63 |
| Binary | 11001110 | 111000 | 11000101 | 0 | 1001001 | 100 | 10011 | 100110000 | 111100 | 110011 |
Color Harmonies of #CE38C5
Complementary color
Monochromatic Colors of #CE38C5
Black with #CE38C5
Text Example
Text Example
White with #CE38C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38C5; }
p { color: rgb(206,56,197); }
H1.HeaderClassName
{
color: #CE38C5;
}
.AnyTagClassName
{
color: #CE38C5;
}
</style>
background-color css
<style>
a { background-color: #CE38C5; }
a { background-color: rgb(206,56,197); }
div.DivClassName
{
background-color: #CE38C5;
}
.BgClassName
{
background-color: #CE38C5;
}
</style>
border-color css
<style>
span { border-color: #CE38C5; }
span { border-color: rgb(206,56,197); }
td.TdClassName
{
border-color: #CE38C5;
}
.TagClassName
{
border-color: #CE38C5;
}
</style>