Shades of Fuchsia #CE43D5
Tints of Fuchsia #CE43D5
RGB
CMYK
RGB Variations
Color information
#CE43D5 (or 0xCE43D5) is known color: Fuchsia. HEX triplet: CE, 43 and D5. RGB value is (206,67,213). Sum of RGB (Red+Green+Blue) = 206+67+213=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43D5 is #31BC2A. Grayscale: #7C7C7C. Windows color (decimal): -3259435 or 13976526. OLE color: 13976526.
HSL color Cylindrical-coordinate representation of color #CE43D5: hue angle of 297.12º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE43D5 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 67 | 213 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.16 |
| HSL | 297.12º | 0.63% | 0.55% | - |
| HSV(B) | 297.12º | 0.69% | 0.84% | - |
| XYZ | 39.47 | 21.94 | 65.11 | - |
| YUV | 125.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 213 | 0.03 | 0.69 | 0 | 0.16 | 297.12 | 0.63 | 0.55 |
| Hex | CE | 43 | D5 | 3 | 45 | 0 | 10 | 129 | 3F | 37 |
| Octal | 316 | 103 | 325 | 3 | 105 | 0 | 20 | 451 | 77 | 67 |
| Binary | 11001110 | 1000011 | 11010101 | 11 | 1000101 | 0 | 10000 | 100101001 | 111111 | 110111 |
Color Harmonies of #CE43D5
Complementary color
Monochromatic Colors of #CE43D5
Black with #CE43D5
Text Example
Text Example
White with #CE43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43D5; }
p { color: rgb(206,67,213); }
H1.HeaderClassName
{
color: #CE43D5;
}
.AnyTagClassName
{
color: #CE43D5;
}
</style>
background-color css
<style>
a { background-color: #CE43D5; }
a { background-color: rgb(206,67,213); }
div.DivClassName
{
background-color: #CE43D5;
}
.BgClassName
{
background-color: #CE43D5;
}
</style>
border-color css
<style>
span { border-color: #CE43D5; }
span { border-color: rgb(206,67,213); }
td.TdClassName
{
border-color: #CE43D5;
}
.TagClassName
{
border-color: #CE43D5;
}
</style>