Shades of Fuchsia #CE48C1
Tints of Fuchsia #CE48C1
RGB
CMYK
RGB Variations
Color information
#CE48C1 (or 0xCE48C1) is known color: Fuchsia. HEX triplet: CE, 48 and C1. RGB value is (206,72,193). Sum of RGB (Red+Green+Blue) = 206+72+193=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48C1 is #31B73E. Grayscale: #7D7D7D. Windows color (decimal): -3258175 or 12667086. OLE color: 12667086.
HSL color Cylindrical-coordinate representation of color #CE48C1: hue angle of 305.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE48C1 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 193 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.19 |
| HSL | 305.82º | 0.58% | 0.55% | - |
| HSV(B) | 305.82º | 0.65% | 0.81% | - |
| XYZ | 37.4 | 21.61 | 52.65 | - |
| YUV | 125.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 193 | 0 | 0.65 | 0.06 | 0.19 | 305.82 | 0.58 | 0.55 |
| Hex | CE | 48 | C1 | 0 | 41 | 6 | 13 | 132 | 3A | 37 |
| Octal | 316 | 110 | 301 | 0 | 101 | 6 | 23 | 462 | 72 | 67 |
| Binary | 11001110 | 1001000 | 11000001 | 0 | 1000001 | 110 | 10011 | 100110010 | 111010 | 110111 |
Color Harmonies of #CE48C1
Complementary color
Monochromatic Colors of #CE48C1
Black with #CE48C1
Text Example
Text Example
White with #CE48C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48C1; }
p { color: rgb(206,72,193); }
H1.HeaderClassName
{
color: #CE48C1;
}
.AnyTagClassName
{
color: #CE48C1;
}
</style>
background-color css
<style>
a { background-color: #CE48C1; }
a { background-color: rgb(206,72,193); }
div.DivClassName
{
background-color: #CE48C1;
}
.BgClassName
{
background-color: #CE48C1;
}
</style>
border-color css
<style>
span { border-color: #CE48C1; }
span { border-color: rgb(206,72,193); }
td.TdClassName
{
border-color: #CE48C1;
}
.TagClassName
{
border-color: #CE48C1;
}
</style>