Shades of Fuchsia #CE69BC
Tints of Fuchsia #CE69BC
RGB
CMYK
RGB Variations
Color information
#CE69BC (or 0xCE69BC) is known color: Fuchsia. HEX triplet: CE, 69 and BC. RGB value is (206,105,188). Sum of RGB (Red+Green+Blue) = 206+105+188=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69BC is #319643. Grayscale: #909090. Windows color (decimal): -3249732 or 12347854. OLE color: 12347854.
HSL color Cylindrical-coordinate representation of color #CE69BC: hue angle of 310.69º 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 #CE69BC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 188 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.19 |
| HSL | 310.69º | 0.51% | 0.61% | - |
| HSV(B) | 310.69º | 0.49% | 0.81% | - |
| XYZ | 39.58 | 26.86 | 50.67 | - |
| YUV | 144.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 188 | 0 | 0.49 | 0.09 | 0.19 | 310.69 | 0.51 | 0.61 |
| Hex | CE | 69 | BC | 0 | 31 | 9 | 13 | 137 | 33 | 3D |
| Octal | 316 | 151 | 274 | 0 | 61 | 11 | 23 | 467 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10111100 | 0 | 110001 | 1001 | 10011 | 100110111 | 110011 | 111101 |
Color Harmonies of #CE69BC
Complementary color
Monochromatic Colors of #CE69BC
Black with #CE69BC
Text Example
Text Example
White with #CE69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69BC; }
p { color: rgb(206,105,188); }
H1.HeaderClassName
{
color: #CE69BC;
}
.AnyTagClassName
{
color: #CE69BC;
}
</style>
background-color css
<style>
a { background-color: #CE69BC; }
a { background-color: rgb(206,105,188); }
div.DivClassName
{
background-color: #CE69BC;
}
.BgClassName
{
background-color: #CE69BC;
}
</style>
border-color css
<style>
span { border-color: #CE69BC; }
span { border-color: rgb(206,105,188); }
td.TdClassName
{
border-color: #CE69BC;
}
.TagClassName
{
border-color: #CE69BC;
}
</style>