Shades of Fuchsia #CE43C2
Tints of Fuchsia #CE43C2
RGB
CMYK
RGB Variations
Color information
#CE43C2 (or 0xCE43C2) is known color: Fuchsia. HEX triplet: CE, 43 and C2. RGB value is (206,67,194). Sum of RGB (Red+Green+Blue) = 206+67+194=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE43C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43C2 is #31BC3D. Grayscale: #7A7A7A. Windows color (decimal): -3259454 or 12731342. OLE color: 12731342.
HSL color Cylindrical-coordinate representation of color #CE43C2: hue angle of 305.18º 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 #CE43C2 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 194 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.19 |
| HSL | 305.18º | 0.59% | 0.54% | - |
| HSV(B) | 305.18º | 0.67% | 0.81% | - |
| XYZ | 37.2 | 21.03 | 53.14 | - |
| YUV | 123.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 194 | 0 | 0.67 | 0.06 | 0.19 | 305.18 | 0.59 | 0.54 |
| Hex | CE | 43 | C2 | 0 | 43 | 6 | 13 | 131 | 3B | 36 |
| Octal | 316 | 103 | 302 | 0 | 103 | 6 | 23 | 461 | 73 | 66 |
| Binary | 11001110 | 1000011 | 11000010 | 0 | 1000011 | 110 | 10011 | 100110001 | 111011 | 110110 |
Color Harmonies of #CE43C2
Complementary color
Monochromatic Colors of #CE43C2
Black with #CE43C2
Text Example
Text Example
White with #CE43C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43C2; }
p { color: rgb(206,67,194); }
H1.HeaderClassName
{
color: #CE43C2;
}
.AnyTagClassName
{
color: #CE43C2;
}
</style>
background-color css
<style>
a { background-color: #CE43C2; }
a { background-color: rgb(206,67,194); }
div.DivClassName
{
background-color: #CE43C2;
}
.BgClassName
{
background-color: #CE43C2;
}
</style>
border-color css
<style>
span { border-color: #CE43C2; }
span { border-color: rgb(206,67,194); }
td.TdClassName
{
border-color: #CE43C2;
}
.TagClassName
{
border-color: #CE43C2;
}
</style>