Shades of Fuchsia #CE30D0
Tints of Fuchsia #CE30D0
RGB
CMYK
RGB Variations
Color information
#CE30D0 (or 0xCE30D0) is known color: Fuchsia. HEX triplet: CE, 30 and D0. RGB value is (206,48,208). Sum of RGB (Red+Green+Blue) = 206+48+208=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE30D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30D0 is #31CF2F. Grayscale: #717171. Windows color (decimal): -3264304 or 13643982. OLE color: 13643982.
HSL color Cylindrical-coordinate representation of color #CE30D0: hue angle of 299.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE30D0 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 48 | 208 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.18 |
| HSL | 299.25º | 0.63% | 0.5% | - |
| HSV(B) | 299.25º | 0.77% | 0.82% | - |
| XYZ | 37.9 | 19.79 | 61.5 | - |
| YUV | 113.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 208 | 0.01 | 0.77 | 0 | 0.18 | 299.25 | 0.63 | 0.5 |
| Hex | CE | 30 | D0 | 1 | 4D | 0 | 12 | 12B | 3F | 32 |
| Octal | 316 | 60 | 320 | 1 | 115 | 0 | 22 | 453 | 77 | 62 |
| Binary | 11001110 | 110000 | 11010000 | 1 | 1001101 | 0 | 10010 | 100101011 | 111111 | 110010 |
Color Harmonies of #CE30D0
Complementary color
Monochromatic Colors of #CE30D0
Black with #CE30D0
Text Example
Text Example
White with #CE30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30D0; }
p { color: rgb(206,48,208); }
H1.HeaderClassName
{
color: #CE30D0;
}
.AnyTagClassName
{
color: #CE30D0;
}
</style>
background-color css
<style>
a { background-color: #CE30D0; }
a { background-color: rgb(206,48,208); }
div.DivClassName
{
background-color: #CE30D0;
}
.BgClassName
{
background-color: #CE30D0;
}
</style>
border-color css
<style>
span { border-color: #CE30D0; }
span { border-color: rgb(206,48,208); }
td.TdClassName
{
border-color: #CE30D0;
}
.TagClassName
{
border-color: #CE30D0;
}
</style>