Shades of Fuchsia #CE37CD
Tints of Fuchsia #CE37CD
RGB
CMYK
RGB Variations
Color information
#CE37CD (or 0xCE37CD) is known color: Fuchsia. HEX triplet: CE, 37 and CD. RGB value is (206,55,205). Sum of RGB (Red+Green+Blue) = 206+55+205=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37CD is #31C832. Grayscale: #747474. Windows color (decimal): -3262515 or 13449166. OLE color: 13449166.
HSL color Cylindrical-coordinate representation of color #CE37CD: hue angle of 300.4º 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 #CE37CD is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 205 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.19 |
| HSL | 300.4º | 0.61% | 0.51% | - |
| HSV(B) | 300.4º | 0.73% | 0.81% | - |
| XYZ | 37.84 | 20.26 | 59.67 | - |
| YUV | 117.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 205 | 0 | 0.73 | 0.00 | 0.19 | 300.4 | 0.61 | 0.51 |
| Hex | CE | 37 | CD | 0 | 49 | 0 | 13 | 12C | 3D | 33 |
| Octal | 316 | 67 | 315 | 0 | 111 | 0 | 23 | 454 | 75 | 63 |
| Binary | 11001110 | 110111 | 11001101 | 0 | 1001001 | 0 | 10011 | 100101100 | 111101 | 110011 |
Color Harmonies of #CE37CD
Complementary color
Monochromatic Colors of #CE37CD
Black with #CE37CD
Text Example
Text Example
White with #CE37CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37CD; }
p { color: rgb(206,55,205); }
H1.HeaderClassName
{
color: #CE37CD;
}
.AnyTagClassName
{
color: #CE37CD;
}
</style>
background-color css
<style>
a { background-color: #CE37CD; }
a { background-color: rgb(206,55,205); }
div.DivClassName
{
background-color: #CE37CD;
}
.BgClassName
{
background-color: #CE37CD;
}
</style>
border-color css
<style>
span { border-color: #CE37CD; }
span { border-color: rgb(206,55,205); }
td.TdClassName
{
border-color: #CE37CD;
}
.TagClassName
{
border-color: #CE37CD;
}
</style>