Shades of Fuchsia #CE69BD
Tints of Fuchsia #CE69BD
RGB
CMYK
RGB Variations
Color information
#CE69BD (or 0xCE69BD) is known color: Fuchsia. HEX triplet: CE, 69 and BD. RGB value is (206,105,189). Sum of RGB (Red+Green+Blue) = 206+105+189=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69BD is #319642. Grayscale: #909090. Windows color (decimal): -3249731 or 12413390. OLE color: 12413390.
HSL color Cylindrical-coordinate representation of color #CE69BD: hue angle of 310.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE69BD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 189 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.19 |
| HSL | 310.1º | 0.51% | 0.61% | - |
| HSV(B) | 310.1º | 0.49% | 0.81% | - |
| XYZ | 39.69 | 26.9 | 51.24 | - |
| YUV | 144.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 189 | 0 | 0.49 | 0.08 | 0.19 | 310.1 | 0.51 | 0.61 |
| Hex | CE | 69 | BD | 0 | 31 | 8 | 13 | 136 | 33 | 3D |
| Octal | 316 | 151 | 275 | 0 | 61 | 10 | 23 | 466 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10111101 | 0 | 110001 | 1000 | 10011 | 100110110 | 110011 | 111101 |
Color Harmonies of #CE69BD
Complementary color
Monochromatic Colors of #CE69BD
Black with #CE69BD
Text Example
Text Example
White with #CE69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69BD; }
p { color: rgb(206,105,189); }
H1.HeaderClassName
{
color: #CE69BD;
}
.AnyTagClassName
{
color: #CE69BD;
}
</style>
background-color css
<style>
a { background-color: #CE69BD; }
a { background-color: rgb(206,105,189); }
div.DivClassName
{
background-color: #CE69BD;
}
.BgClassName
{
background-color: #CE69BD;
}
</style>
border-color css
<style>
span { border-color: #CE69BD; }
span { border-color: rgb(206,105,189); }
td.TdClassName
{
border-color: #CE69BD;
}
.TagClassName
{
border-color: #CE69BD;
}
</style>