Shades of Fuchsia #CE30D2
Tints of Fuchsia #CE30D2
RGB
CMYK
RGB Variations
Color information
#CE30D2 (or 0xCE30D2) is known color: Fuchsia. HEX triplet: CE, 30 and D2. RGB value is (206,48,210). Sum of RGB (Red+Green+Blue) = 206+48+210=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE30D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30D2 is #31CF2D. Grayscale: #717171. Windows color (decimal): -3264302 or 13775054. OLE color: 13775054.
HSL color Cylindrical-coordinate representation of color #CE30D2: hue angle of 298.52º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE30D2 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 48 | 210 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.18 |
| HSL | 298.52º | 0.64% | 0.51% | - |
| HSV(B) | 298.52º | 0.77% | 0.82% | - |
| XYZ | 38.14 | 19.89 | 62.8 | - |
| YUV | 113.71 | 182.35 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 210 | 0.02 | 0.77 | 0 | 0.18 | 298.52 | 0.64 | 0.51 |
| Hex | CE | 30 | D2 | 2 | 4D | 0 | 12 | 12B | 40 | 33 |
| Octal | 316 | 60 | 322 | 2 | 115 | 0 | 22 | 453 | 100 | 63 |
| Binary | 11001110 | 110000 | 11010010 | 10 | 1001101 | 0 | 10010 | 100101011 | 1000000 | 110011 |
Color Harmonies of #CE30D2
Complementary color
Monochromatic Colors of #CE30D2
Black with #CE30D2
Text Example
Text Example
White with #CE30D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30D2; }
p { color: rgb(206,48,210); }
H1.HeaderClassName
{
color: #CE30D2;
}
.AnyTagClassName
{
color: #CE30D2;
}
</style>
background-color css
<style>
a { background-color: #CE30D2; }
a { background-color: rgb(206,48,210); }
div.DivClassName
{
background-color: #CE30D2;
}
.BgClassName
{
background-color: #CE30D2;
}
</style>
border-color css
<style>
span { border-color: #CE30D2; }
span { border-color: rgb(206,48,210); }
td.TdClassName
{
border-color: #CE30D2;
}
.TagClassName
{
border-color: #CE30D2;
}
</style>