Shades of Fuchsia #CE4EC2
Tints of Fuchsia #CE4EC2
RGB
CMYK
RGB Variations
Color information
#CE4EC2 (or 0xCE4EC2) is known color: Fuchsia. HEX triplet: CE, 4E and C2. RGB value is (206,78,194). Sum of RGB (Red+Green+Blue) = 206+78+194=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EC2 is #31B13D. Grayscale: #818181. Windows color (decimal): -3256638 or 12734158. OLE color: 12734158.
HSL color Cylindrical-coordinate representation of color #CE4EC2: hue angle of 305.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4EC2 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 194 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.19 |
| HSL | 305.63º | 0.57% | 0.56% | - |
| HSV(B) | 305.63º | 0.62% | 0.81% | - |
| XYZ | 37.92 | 22.47 | 53.38 | - |
| YUV | 129.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 194 | 0 | 0.62 | 0.06 | 0.19 | 305.63 | 0.57 | 0.56 |
| Hex | CE | 4E | C2 | 0 | 3E | 6 | 13 | 132 | 39 | 38 |
| Octal | 316 | 116 | 302 | 0 | 76 | 6 | 23 | 462 | 71 | 70 |
| Binary | 11001110 | 1001110 | 11000010 | 0 | 111110 | 110 | 10011 | 100110010 | 111001 | 111000 |
Color Harmonies of #CE4EC2
Complementary color
Monochromatic Colors of #CE4EC2
Black with #CE4EC2
Text Example
Text Example
White with #CE4EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EC2; }
p { color: rgb(206,78,194); }
H1.HeaderClassName
{
color: #CE4EC2;
}
.AnyTagClassName
{
color: #CE4EC2;
}
</style>
background-color css
<style>
a { background-color: #CE4EC2; }
a { background-color: rgb(206,78,194); }
div.DivClassName
{
background-color: #CE4EC2;
}
.BgClassName
{
background-color: #CE4EC2;
}
</style>
border-color css
<style>
span { border-color: #CE4EC2; }
span { border-color: rgb(206,78,194); }
td.TdClassName
{
border-color: #CE4EC2;
}
.TagClassName
{
border-color: #CE4EC2;
}
</style>