Shades of Fuchsia #CE37CA
Tints of Fuchsia #CE37CA
RGB
CMYK
RGB Variations
Color information
#CE37CA (or 0xCE37CA) is known color: Fuchsia. HEX triplet: CE, 37 and CA. RGB value is (206,55,202). Sum of RGB (Red+Green+Blue) = 206+55+202=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37CA is #31C835. Grayscale: #747474. Windows color (decimal): -3262518 or 13252558. OLE color: 13252558.
HSL color Cylindrical-coordinate representation of color #CE37CA: hue angle of 301.59º degrees, saturation: 0.61, 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 #CE37CA is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 202 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.19 |
| HSL | 301.59º | 0.61% | 0.51% | - |
| HSV(B) | 301.59º | 0.73% | 0.81% | - |
| XYZ | 37.48 | 20.12 | 57.78 | - |
| YUV | 116.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 202 | 0 | 0.73 | 0.02 | 0.19 | 301.59 | 0.61 | 0.51 |
| Hex | CE | 37 | CA | 0 | 49 | 2 | 13 | 12E | 3D | 33 |
| Octal | 316 | 67 | 312 | 0 | 111 | 2 | 23 | 456 | 75 | 63 |
| Binary | 11001110 | 110111 | 11001010 | 0 | 1001001 | 10 | 10011 | 100101110 | 111101 | 110011 |
Color Harmonies of #CE37CA
Complementary color
Monochromatic Colors of #CE37CA
Black with #CE37CA
Text Example
Text Example
White with #CE37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37CA; }
p { color: rgb(206,55,202); }
H1.HeaderClassName
{
color: #CE37CA;
}
.AnyTagClassName
{
color: #CE37CA;
}
</style>
background-color css
<style>
a { background-color: #CE37CA; }
a { background-color: rgb(206,55,202); }
div.DivClassName
{
background-color: #CE37CA;
}
.BgClassName
{
background-color: #CE37CA;
}
</style>
border-color css
<style>
span { border-color: #CE37CA; }
span { border-color: rgb(206,55,202); }
td.TdClassName
{
border-color: #CE37CA;
}
.TagClassName
{
border-color: #CE37CA;
}
</style>