Shades of Fuchsia #CE43D4
Tints of Fuchsia #CE43D4
RGB
CMYK
RGB Variations
Color information
#CE43D4 (or 0xCE43D4) is known color: Fuchsia. HEX triplet: CE, 43 and D4. RGB value is (206,67,212). Sum of RGB (Red+Green+Blue) = 206+67+212=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE43D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43D4 is #31BC2B. Grayscale: #7C7C7C. Windows color (decimal): -3259436 or 13910990. OLE color: 13910990.
HSL color Cylindrical-coordinate representation of color #CE43D4: hue angle of 297.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE43D4 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 67 | 212 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.17 |
| HSL | 297.52º | 0.63% | 0.55% | - |
| HSV(B) | 297.52º | 0.68% | 0.83% | - |
| XYZ | 39.34 | 21.89 | 64.44 | - |
| YUV | 125.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 212 | 0.03 | 0.68 | 0 | 0.17 | 297.52 | 0.63 | 0.55 |
| Hex | CE | 43 | D4 | 3 | 44 | 0 | 11 | 12A | 3F | 37 |
| Octal | 316 | 103 | 324 | 3 | 104 | 0 | 21 | 452 | 77 | 67 |
| Binary | 11001110 | 1000011 | 11010100 | 11 | 1000100 | 0 | 10001 | 100101010 | 111111 | 110111 |
Color Harmonies of #CE43D4
Complementary color
Monochromatic Colors of #CE43D4
Black with #CE43D4
Text Example
Text Example
White with #CE43D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43D4; }
p { color: rgb(206,67,212); }
H1.HeaderClassName
{
color: #CE43D4;
}
.AnyTagClassName
{
color: #CE43D4;
}
</style>
background-color css
<style>
a { background-color: #CE43D4; }
a { background-color: rgb(206,67,212); }
div.DivClassName
{
background-color: #CE43D4;
}
.BgClassName
{
background-color: #CE43D4;
}
</style>
border-color css
<style>
span { border-color: #CE43D4; }
span { border-color: rgb(206,67,212); }
td.TdClassName
{
border-color: #CE43D4;
}
.TagClassName
{
border-color: #CE43D4;
}
</style>