Shades of Fuchsia #CE69B9
Tints of Fuchsia #CE69B9
RGB
CMYK
RGB Variations
Color information
#CE69B9 (or 0xCE69B9) is known color: Fuchsia. HEX triplet: CE, 69 and B9. RGB value is (206,105,185). Sum of RGB (Red+Green+Blue) = 206+105+185=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69B9 is #319646. Grayscale: #909090. Windows color (decimal): -3249735 or 12151246. OLE color: 12151246.
HSL color Cylindrical-coordinate representation of color #CE69B9: hue angle of 312.48º 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 #CE69B9 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 185 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.19 |
| HSL | 312.48º | 0.51% | 0.61% | - |
| HSV(B) | 312.48º | 0.49% | 0.81% | - |
| XYZ | 39.26 | 26.73 | 48.99 | - |
| YUV | 144.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 185 | 0 | 0.49 | 0.10 | 0.19 | 312.48 | 0.51 | 0.61 |
| Hex | CE | 69 | B9 | 0 | 31 | A | 13 | 138 | 33 | 3D |
| Octal | 316 | 151 | 271 | 0 | 61 | 12 | 23 | 470 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10111001 | 0 | 110001 | 1010 | 10011 | 100111000 | 110011 | 111101 |
Color Harmonies of #CE69B9
Complementary color
Monochromatic Colors of #CE69B9
Black with #CE69B9
Text Example
Text Example
White with #CE69B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69B9; }
p { color: rgb(206,105,185); }
H1.HeaderClassName
{
color: #CE69B9;
}
.AnyTagClassName
{
color: #CE69B9;
}
</style>
background-color css
<style>
a { background-color: #CE69B9; }
a { background-color: rgb(206,105,185); }
div.DivClassName
{
background-color: #CE69B9;
}
.BgClassName
{
background-color: #CE69B9;
}
</style>
border-color css
<style>
span { border-color: #CE69B9; }
span { border-color: rgb(206,105,185); }
td.TdClassName
{
border-color: #CE69B9;
}
.TagClassName
{
border-color: #CE69B9;
}
</style>