Shades of Fuchsia #CE69BE
Tints of Fuchsia #CE69BE
RGB
CMYK
RGB Variations
Color information
#CE69BE (or 0xCE69BE) is known color: Fuchsia. HEX triplet: CE, 69 and BE. RGB value is (206,105,190). Sum of RGB (Red+Green+Blue) = 206+105+190=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69BE is #319641. Grayscale: #909090. Windows color (decimal): -3249730 or 12478926. OLE color: 12478926.
HSL color Cylindrical-coordinate representation of color #CE69BE: hue angle of 309.5º 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 #CE69BE is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 190 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.19 |
| HSL | 309.5º | 0.51% | 0.61% | - |
| HSV(B) | 309.5º | 0.49% | 0.81% | - |
| XYZ | 39.8 | 26.94 | 51.82 | - |
| YUV | 144.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 190 | 0 | 0.49 | 0.08 | 0.19 | 309.5 | 0.51 | 0.61 |
| Hex | CE | 69 | BE | 0 | 31 | 8 | 13 | 136 | 33 | 3D |
| Octal | 316 | 151 | 276 | 0 | 61 | 10 | 23 | 466 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10111110 | 0 | 110001 | 1000 | 10011 | 100110110 | 110011 | 111101 |
Color Harmonies of #CE69BE
Complementary color
Monochromatic Colors of #CE69BE
Black with #CE69BE
Text Example
Text Example
White with #CE69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69BE; }
p { color: rgb(206,105,190); }
H1.HeaderClassName
{
color: #CE69BE;
}
.AnyTagClassName
{
color: #CE69BE;
}
</style>
background-color css
<style>
a { background-color: #CE69BE; }
a { background-color: rgb(206,105,190); }
div.DivClassName
{
background-color: #CE69BE;
}
.BgClassName
{
background-color: #CE69BE;
}
</style>
border-color css
<style>
span { border-color: #CE69BE; }
span { border-color: rgb(206,105,190); }
td.TdClassName
{
border-color: #CE69BE;
}
.TagClassName
{
border-color: #CE69BE;
}
</style>