Shades of Fuchsia #CE4ECE
Tints of Fuchsia #CE4ECE
RGB
CMYK
RGB Variations
Color information
#CE4ECE (or 0xCE4ECE) is known color: Fuchsia. HEX triplet: CE, 4E and CE. RGB value is (206,78,206). Sum of RGB (Red+Green+Blue) = 206+78+206=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ECE is #31B131. Grayscale: #828282. Windows color (decimal): -3256626 or 13520590. OLE color: 13520590.
HSL color Cylindrical-coordinate representation of color #CE4ECE: hue angle of 300º 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 #CE4ECE is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 78 | 206 | - |
CMYK | 0 | 0.62 | 0 | 0.19 |
HSL | 300º | 0.57% | 0.56% | - |
HSV(B) | 300º | 0.62% | 0.81% | - |
XYZ | 39.32 | 23.03 | 60.76 | - |
YUV | 130.86 | 170.41 | 181.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 78 | 206 | 0 | 0.62 | 0 | 0.19 | 300 | 0.57 | 0.56 |
Hex | CE | 4E | CE | 0 | 3E | 0 | 13 | 12C | 39 | 38 |
Octal | 316 | 116 | 316 | 0 | 76 | 0 | 23 | 454 | 71 | 70 |
Binary | 11001110 | 1001110 | 11001110 | 0 | 111110 | 0 | 10011 | 100101100 | 111001 | 111000 |
Color Harmonies of #CE4ECE
Complementary color
Monochromatic Colors of #CE4ECE
Black with #CE4ECE
Text Example
Text Example
White with #CE4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ECE; }
p { color: rgb(206,78,206); }
H1.HeaderClassName
{
color: #CE4ECE;
}
.AnyTagClassName
{
color: #CE4ECE;
}
</style>
background-color css
<style>
a { background-color: #CE4ECE; }
a { background-color: rgb(206,78,206); }
div.DivClassName
{
background-color: #CE4ECE;
}
.BgClassName
{
background-color: #CE4ECE;
}
</style>
border-color css
<style>
span { border-color: #CE4ECE; }
span { border-color: rgb(206,78,206); }
td.TdClassName
{
border-color: #CE4ECE;
}
.TagClassName
{
border-color: #CE4ECE;
}
</style>