Shades of Fuchsia #CE4FCA
Tints of Fuchsia #CE4FCA
RGB
CMYK
RGB Variations
Color information
#CE4FCA (or 0xCE4FCA) is known color: Fuchsia. HEX triplet: CE, 4F and CA. RGB value is (206,79,202). Sum of RGB (Red+Green+Blue) = 206+79+202=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FCA is #31B035. Grayscale: #828282. Windows color (decimal): -3256374 or 13258702. OLE color: 13258702.
HSL color Cylindrical-coordinate representation of color #CE4FCA: hue angle of 301.89º degrees, saturation: 0.56, 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 #CE4FCA is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 202 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.19 |
| HSL | 301.89º | 0.56% | 0.56% | - |
| HSV(B) | 301.89º | 0.62% | 0.81% | - |
| XYZ | 38.91 | 22.98 | 58.26 | - |
| YUV | 131 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 202 | 0 | 0.62 | 0.02 | 0.19 | 301.89 | 0.56 | 0.56 |
| Hex | CE | 4F | CA | 0 | 3E | 2 | 13 | 12E | 38 | 38 |
| Octal | 316 | 117 | 312 | 0 | 76 | 2 | 23 | 456 | 70 | 70 |
| Binary | 11001110 | 1001111 | 11001010 | 0 | 111110 | 10 | 10011 | 100101110 | 111000 | 111000 |
Color Harmonies of #CE4FCA
Complementary color
Monochromatic Colors of #CE4FCA
Black with #CE4FCA
Text Example
Text Example
White with #CE4FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FCA; }
p { color: rgb(206,79,202); }
H1.HeaderClassName
{
color: #CE4FCA;
}
.AnyTagClassName
{
color: #CE4FCA;
}
</style>
background-color css
<style>
a { background-color: #CE4FCA; }
a { background-color: rgb(206,79,202); }
div.DivClassName
{
background-color: #CE4FCA;
}
.BgClassName
{
background-color: #CE4FCA;
}
</style>
border-color css
<style>
span { border-color: #CE4FCA; }
span { border-color: rgb(206,79,202); }
td.TdClassName
{
border-color: #CE4FCA;
}
.TagClassName
{
border-color: #CE4FCA;
}
</style>