Shades of Fuchsia #CE48D5
Tints of Fuchsia #CE48D5
RGB
CMYK
RGB Variations
Color information
#CE48D5 (or 0xCE48D5) is known color: Fuchsia. HEX triplet: CE, 48 and D5. RGB value is (206,72,213). Sum of RGB (Red+Green+Blue) = 206+72+213=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48D5 is #31B72A. Grayscale: #7F7F7F. Windows color (decimal): -3258155 or 13977806. OLE color: 13977806.
HSL color Cylindrical-coordinate representation of color #CE48D5: hue angle of 297.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE48D5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 72 | 213 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.16 |
| HSL | 297.02º | 0.63% | 0.56% | - |
| HSV(B) | 297.02º | 0.66% | 0.84% | - |
| XYZ | 39.78 | 22.56 | 65.21 | - |
| YUV | 128.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 213 | 0.03 | 0.66 | 0 | 0.16 | 297.02 | 0.63 | 0.56 |
| Hex | CE | 48 | D5 | 3 | 42 | 0 | 10 | 129 | 3F | 38 |
| Octal | 316 | 110 | 325 | 3 | 102 | 0 | 20 | 451 | 77 | 70 |
| Binary | 11001110 | 1001000 | 11010101 | 11 | 1000010 | 0 | 10000 | 100101001 | 111111 | 111000 |
Color Harmonies of #CE48D5
Complementary color
Monochromatic Colors of #CE48D5
Black with #CE48D5
Text Example
Text Example
White with #CE48D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48D5; }
p { color: rgb(206,72,213); }
H1.HeaderClassName
{
color: #CE48D5;
}
.AnyTagClassName
{
color: #CE48D5;
}
</style>
background-color css
<style>
a { background-color: #CE48D5; }
a { background-color: rgb(206,72,213); }
div.DivClassName
{
background-color: #CE48D5;
}
.BgClassName
{
background-color: #CE48D5;
}
</style>
border-color css
<style>
span { border-color: #CE48D5; }
span { border-color: rgb(206,72,213); }
td.TdClassName
{
border-color: #CE48D5;
}
.TagClassName
{
border-color: #CE48D5;
}
</style>