Shades of Fuchsia #CE43BD
Tints of Fuchsia #CE43BD
RGB
CMYK
RGB Variations
Color information
#CE43BD (or 0xCE43BD) is known color: Fuchsia. HEX triplet: CE, 43 and BD. RGB value is (206,67,189). Sum of RGB (Red+Green+Blue) = 206+67+189=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43BD is #31BC42. Grayscale: #7A7A7A. Windows color (decimal): -3259459 or 12403662. OLE color: 12403662.
HSL color Cylindrical-coordinate representation of color #CE43BD: hue angle of 307.34º 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 #CE43BD is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 189 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.19 |
| HSL | 307.34º | 0.59% | 0.54% | - |
| HSV(B) | 307.34º | 0.67% | 0.81% | - |
| XYZ | 36.65 | 20.81 | 50.23 | - |
| YUV | 122.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 189 | 0 | 0.67 | 0.08 | 0.19 | 307.34 | 0.59 | 0.54 |
| Hex | CE | 43 | BD | 0 | 43 | 8 | 13 | 133 | 3B | 36 |
| Octal | 316 | 103 | 275 | 0 | 103 | 10 | 23 | 463 | 73 | 66 |
| Binary | 11001110 | 1000011 | 10111101 | 0 | 1000011 | 1000 | 10011 | 100110011 | 111011 | 110110 |
Color Harmonies of #CE43BD
Complementary color
Monochromatic Colors of #CE43BD
Black with #CE43BD
Text Example
Text Example
White with #CE43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43BD; }
p { color: rgb(206,67,189); }
H1.HeaderClassName
{
color: #CE43BD;
}
.AnyTagClassName
{
color: #CE43BD;
}
</style>
background-color css
<style>
a { background-color: #CE43BD; }
a { background-color: rgb(206,67,189); }
div.DivClassName
{
background-color: #CE43BD;
}
.BgClassName
{
background-color: #CE43BD;
}
</style>
border-color css
<style>
span { border-color: #CE43BD; }
span { border-color: rgb(206,67,189); }
td.TdClassName
{
border-color: #CE43BD;
}
.TagClassName
{
border-color: #CE43BD;
}
</style>