Shades of Fuchsia #CE43C1
Tints of Fuchsia #CE43C1
RGB
CMYK
RGB Variations
Color information
#CE43C1 (or 0xCE43C1) is known color: Fuchsia. HEX triplet: CE, 43 and C1. RGB value is (206,67,193). Sum of RGB (Red+Green+Blue) = 206+67+193=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE43C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43C1 is #31BC3E. Grayscale: #7A7A7A. Windows color (decimal): -3259455 or 12665806. OLE color: 12665806.
HSL color Cylindrical-coordinate representation of color #CE43C1: hue angle of 305.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE43C1 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 193 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.19 |
| HSL | 305.61º | 0.59% | 0.54% | - |
| HSV(B) | 305.61º | 0.67% | 0.81% | - |
| XYZ | 37.09 | 20.99 | 52.55 | - |
| YUV | 122.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 193 | 0 | 0.67 | 0.06 | 0.19 | 305.61 | 0.59 | 0.54 |
| Hex | CE | 43 | C1 | 0 | 43 | 6 | 13 | 132 | 3B | 36 |
| Octal | 316 | 103 | 301 | 0 | 103 | 6 | 23 | 462 | 73 | 66 |
| Binary | 11001110 | 1000011 | 11000001 | 0 | 1000011 | 110 | 10011 | 100110010 | 111011 | 110110 |
Color Harmonies of #CE43C1
Complementary color
Monochromatic Colors of #CE43C1
Black with #CE43C1
Text Example
Text Example
White with #CE43C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43C1; }
p { color: rgb(206,67,193); }
H1.HeaderClassName
{
color: #CE43C1;
}
.AnyTagClassName
{
color: #CE43C1;
}
</style>
background-color css
<style>
a { background-color: #CE43C1; }
a { background-color: rgb(206,67,193); }
div.DivClassName
{
background-color: #CE43C1;
}
.BgClassName
{
background-color: #CE43C1;
}
</style>
border-color css
<style>
span { border-color: #CE43C1; }
span { border-color: rgb(206,67,193); }
td.TdClassName
{
border-color: #CE43C1;
}
.TagClassName
{
border-color: #CE43C1;
}
</style>