Shades of Fuchsia #CE37D0
Tints of Fuchsia #CE37D0
RGB
CMYK
RGB Variations
Color information
#CE37D0 (or 0xCE37D0) is known color: Fuchsia. HEX triplet: CE, 37 and D0. RGB value is (206,55,208). Sum of RGB (Red+Green+Blue) = 206+55+208=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE37D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37D0 is #31C82F. Grayscale: #757575. Windows color (decimal): -3262512 or 13645774. OLE color: 13645774.
HSL color Cylindrical-coordinate representation of color #CE37D0: hue angle of 299.22º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE37D0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 55 | 208 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.18 |
| HSL | 299.22º | 0.62% | 0.52% | - |
| HSV(B) | 299.22º | 0.74% | 0.82% | - |
| XYZ | 38.2 | 20.41 | 61.6 | - |
| YUV | 117.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 208 | 0.01 | 0.74 | 0 | 0.18 | 299.22 | 0.62 | 0.52 |
| Hex | CE | 37 | D0 | 1 | 4A | 0 | 12 | 12B | 3E | 34 |
| Octal | 316 | 67 | 320 | 1 | 112 | 0 | 22 | 453 | 76 | 64 |
| Binary | 11001110 | 110111 | 11010000 | 1 | 1001010 | 0 | 10010 | 100101011 | 111110 | 110100 |
Color Harmonies of #CE37D0
Complementary color
Monochromatic Colors of #CE37D0
Black with #CE37D0
Text Example
Text Example
White with #CE37D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37D0; }
p { color: rgb(206,55,208); }
H1.HeaderClassName
{
color: #CE37D0;
}
.AnyTagClassName
{
color: #CE37D0;
}
</style>
background-color css
<style>
a { background-color: #CE37D0; }
a { background-color: rgb(206,55,208); }
div.DivClassName
{
background-color: #CE37D0;
}
.BgClassName
{
background-color: #CE37D0;
}
</style>
border-color css
<style>
span { border-color: #CE37D0; }
span { border-color: rgb(206,55,208); }
td.TdClassName
{
border-color: #CE37D0;
}
.TagClassName
{
border-color: #CE37D0;
}
</style>