Shades of Fuchsia #CE69B3
Tints of Fuchsia #CE69B3
RGB
CMYK
RGB Variations
Color information
#CE69B3 (or 0xCE69B3) is known color: Fuchsia. HEX triplet: CE, 69 and B3. RGB value is (206,105,179). Sum of RGB (Red+Green+Blue) = 206+105+179=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69B3 is #31964C. Grayscale: #8F8F8F. Windows color (decimal): -3249741 or 11758030. OLE color: 11758030.
HSL color Cylindrical-coordinate representation of color #CE69B3: hue angle of 316.04º 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 #CE69B3 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 179 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.19 |
| HSL | 316.04º | 0.51% | 0.61% | - |
| HSV(B) | 316.04º | 0.49% | 0.81% | - |
| XYZ | 38.64 | 26.48 | 45.72 | - |
| YUV | 143.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 179 | 0 | 0.49 | 0.13 | 0.19 | 316.04 | 0.51 | 0.61 |
| Hex | CE | 69 | B3 | 0 | 31 | D | 13 | 13C | 33 | 3D |
| Octal | 316 | 151 | 263 | 0 | 61 | 15 | 23 | 474 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10110011 | 0 | 110001 | 1101 | 10011 | 100111100 | 110011 | 111101 |
Color Harmonies of #CE69B3
Complementary color
Monochromatic Colors of #CE69B3
Black with #CE69B3
Text Example
Text Example
White with #CE69B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69B3; }
p { color: rgb(206,105,179); }
H1.HeaderClassName
{
color: #CE69B3;
}
.AnyTagClassName
{
color: #CE69B3;
}
</style>
background-color css
<style>
a { background-color: #CE69B3; }
a { background-color: rgb(206,105,179); }
div.DivClassName
{
background-color: #CE69B3;
}
.BgClassName
{
background-color: #CE69B3;
}
</style>
border-color css
<style>
span { border-color: #CE69B3; }
span { border-color: rgb(206,105,179); }
td.TdClassName
{
border-color: #CE69B3;
}
.TagClassName
{
border-color: #CE69B3;
}
</style>