Shades of Fuchsia #CE38B2
Tints of Fuchsia #CE38B2
RGB
CMYK
RGB Variations
Color information
#CE38B2 (or 0xCE38B2) is known color: Fuchsia. HEX triplet: CE, 38 and B2. RGB value is (206,56,178). Sum of RGB (Red+Green+Blue) = 206+56+178=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38B2 is #31C74D. Grayscale: #727272. Windows color (decimal): -3262286 or 11679950. OLE color: 11679950.
HSL color Cylindrical-coordinate representation of color #CE38B2: hue angle of 311.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 #CE38B2 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 178 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.19 |
| HSL | 311.2º | 0.6% | 0.51% | - |
| HSV(B) | 311.2º | 0.73% | 0.81% | - |
| XYZ | 34.9 | 19.16 | 43.98 | - |
| YUV | 114.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 178 | 0 | 0.73 | 0.14 | 0.19 | 311.2 | 0.6 | 0.51 |
| Hex | CE | 38 | B2 | 0 | 49 | E | 13 | 137 | 3C | 33 |
| Octal | 316 | 70 | 262 | 0 | 111 | 16 | 23 | 467 | 74 | 63 |
| Binary | 11001110 | 111000 | 10110010 | 0 | 1001001 | 1110 | 10011 | 100110111 | 111100 | 110011 |
Color Harmonies of #CE38B2
Complementary color
Monochromatic Colors of #CE38B2
Black with #CE38B2
Text Example
Text Example
White with #CE38B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38B2; }
p { color: rgb(206,56,178); }
H1.HeaderClassName
{
color: #CE38B2;
}
.AnyTagClassName
{
color: #CE38B2;
}
</style>
background-color css
<style>
a { background-color: #CE38B2; }
a { background-color: rgb(206,56,178); }
div.DivClassName
{
background-color: #CE38B2;
}
.BgClassName
{
background-color: #CE38B2;
}
</style>
border-color css
<style>
span { border-color: #CE38B2; }
span { border-color: rgb(206,56,178); }
td.TdClassName
{
border-color: #CE38B2;
}
.TagClassName
{
border-color: #CE38B2;
}
</style>