Shades of Fuchsia #CE38CA
Tints of Fuchsia #CE38CA
RGB
CMYK
RGB Variations
Color information
#CE38CA (or 0xCE38CA) is known color: Fuchsia. HEX triplet: CE, 38 and CA. RGB value is (206,56,202). Sum of RGB (Red+Green+Blue) = 206+56+202=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38CA is #31C735. Grayscale: #757575. Windows color (decimal): -3262262 or 13252814. OLE color: 13252814.
HSL color Cylindrical-coordinate representation of color #CE38CA: hue angle of 301.6º 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 #CE38CA is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 202 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.19 |
| HSL | 301.6º | 0.6% | 0.51% | - |
| HSV(B) | 301.6º | 0.73% | 0.81% | - |
| XYZ | 37.53 | 20.21 | 57.8 | - |
| YUV | 117.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 202 | 0 | 0.73 | 0.02 | 0.19 | 301.6 | 0.6 | 0.51 |
| Hex | CE | 38 | CA | 0 | 49 | 2 | 13 | 12E | 3C | 33 |
| Octal | 316 | 70 | 312 | 0 | 111 | 2 | 23 | 456 | 74 | 63 |
| Binary | 11001110 | 111000 | 11001010 | 0 | 1001001 | 10 | 10011 | 100101110 | 111100 | 110011 |
Color Harmonies of #CE38CA
Complementary color
Monochromatic Colors of #CE38CA
Black with #CE38CA
Text Example
Text Example
White with #CE38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38CA; }
p { color: rgb(206,56,202); }
H1.HeaderClassName
{
color: #CE38CA;
}
.AnyTagClassName
{
color: #CE38CA;
}
</style>
background-color css
<style>
a { background-color: #CE38CA; }
a { background-color: rgb(206,56,202); }
div.DivClassName
{
background-color: #CE38CA;
}
.BgClassName
{
background-color: #CE38CA;
}
</style>
border-color css
<style>
span { border-color: #CE38CA; }
span { border-color: rgb(206,56,202); }
td.TdClassName
{
border-color: #CE38CA;
}
.TagClassName
{
border-color: #CE38CA;
}
</style>