Shades of Fuchsia #CE2FCE
Tints of Fuchsia #CE2FCE
RGB
CMYK
RGB Variations
Color information
#CE2FCE (or 0xCE2FCE) is known color: Fuchsia. HEX triplet: CE, 2F and CE. RGB value is (206,47,206). Sum of RGB (Red+Green+Blue) = 206+47+206=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FCE is #31D031. Grayscale: #707070. Windows color (decimal): -3264562 or 13512654. OLE color: 13512654.
HSL color Cylindrical-coordinate representation of color #CE2FCE: hue angle of 300º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FCE is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 47 | 206 | - |
CMYK | 0 | 0.77 | 0 | 0.19 |
HSL | 300º | 0.63% | 0.5% | - |
HSV(B) | 300º | 0.77% | 0.81% | - |
XYZ | 37.61 | 19.61 | 60.2 | - |
YUV | 112.67 | 180.68 | 194.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 47 | 206 | 0 | 0.77 | 0 | 0.19 | 300 | 0.63 | 0.5 |
Hex | CE | 2F | CE | 0 | 4D | 0 | 13 | 12C | 3F | 32 |
Octal | 316 | 57 | 316 | 0 | 115 | 0 | 23 | 454 | 77 | 62 |
Binary | 11001110 | 101111 | 11001110 | 0 | 1001101 | 0 | 10011 | 100101100 | 111111 | 110010 |
Color Harmonies of #CE2FCE
Complementary color
Monochromatic Colors of #CE2FCE
Black with #CE2FCE
Text Example
Text Example
White with #CE2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FCE; }
p { color: rgb(206,47,206); }
H1.HeaderClassName
{
color: #CE2FCE;
}
.AnyTagClassName
{
color: #CE2FCE;
}
</style>
background-color css
<style>
a { background-color: #CE2FCE; }
a { background-color: rgb(206,47,206); }
div.DivClassName
{
background-color: #CE2FCE;
}
.BgClassName
{
background-color: #CE2FCE;
}
</style>
border-color css
<style>
span { border-color: #CE2FCE; }
span { border-color: rgb(206,47,206); }
td.TdClassName
{
border-color: #CE2FCE;
}
.TagClassName
{
border-color: #CE2FCE;
}
</style>