Shades of Fuchsia #CE48D2
Tints of Fuchsia #CE48D2
RGB
CMYK
RGB Variations
Color information
#CE48D2 (or 0xCE48D2) is known color: Fuchsia. HEX triplet: CE, 48 and D2. RGB value is (206,72,210). Sum of RGB (Red+Green+Blue) = 206+72+210=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE48D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48D2 is #31B72D. Grayscale: #7F7F7F. Windows color (decimal): -3258158 or 13781198. OLE color: 13781198.
HSL color Cylindrical-coordinate representation of color #CE48D2: hue angle of 298.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE48D2 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 72 | 210 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.18 |
| HSL | 298.26º | 0.61% | 0.55% | - |
| HSV(B) | 298.26º | 0.66% | 0.82% | - |
| XYZ | 39.4 | 22.41 | 63.22 | - |
| YUV | 127.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 210 | 0.02 | 0.66 | 0 | 0.18 | 298.26 | 0.61 | 0.55 |
| Hex | CE | 48 | D2 | 2 | 42 | 0 | 12 | 12A | 3D | 37 |
| Octal | 316 | 110 | 322 | 2 | 102 | 0 | 22 | 452 | 75 | 67 |
| Binary | 11001110 | 1001000 | 11010010 | 10 | 1000010 | 0 | 10010 | 100101010 | 111101 | 110111 |
Color Harmonies of #CE48D2
Complementary color
Monochromatic Colors of #CE48D2
Black with #CE48D2
Text Example
Text Example
White with #CE48D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48D2; }
p { color: rgb(206,72,210); }
H1.HeaderClassName
{
color: #CE48D2;
}
.AnyTagClassName
{
color: #CE48D2;
}
</style>
background-color css
<style>
a { background-color: #CE48D2; }
a { background-color: rgb(206,72,210); }
div.DivClassName
{
background-color: #CE48D2;
}
.BgClassName
{
background-color: #CE48D2;
}
</style>
border-color css
<style>
span { border-color: #CE48D2; }
span { border-color: rgb(206,72,210); }
td.TdClassName
{
border-color: #CE48D2;
}
.TagClassName
{
border-color: #CE48D2;
}
</style>