Shades of Fuchsia #CE69B7
Tints of Fuchsia #CE69B7
RGB
CMYK
RGB Variations
Color information
#CE69B7 (or 0xCE69B7) is known color: Fuchsia. HEX triplet: CE, 69 and B7. RGB value is (206,105,183). Sum of RGB (Red+Green+Blue) = 206+105+183=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69B7 is #319648. Grayscale: #8F8F8F. Windows color (decimal): -3249737 or 12020174. OLE color: 12020174.
HSL color Cylindrical-coordinate representation of color #CE69B7: hue angle of 313.66º 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 #CE69B7 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 183 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.19 |
| HSL | 313.66º | 0.51% | 0.61% | - |
| HSV(B) | 313.66º | 0.49% | 0.81% | - |
| XYZ | 39.05 | 26.64 | 47.88 | - |
| YUV | 144.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 183 | 0 | 0.49 | 0.11 | 0.19 | 313.66 | 0.51 | 0.61 |
| Hex | CE | 69 | B7 | 0 | 31 | B | 13 | 13A | 33 | 3D |
| Octal | 316 | 151 | 267 | 0 | 61 | 13 | 23 | 472 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10110111 | 0 | 110001 | 1011 | 10011 | 100111010 | 110011 | 111101 |
Color Harmonies of #CE69B7
Complementary color
Monochromatic Colors of #CE69B7
Black with #CE69B7
Text Example
Text Example
White with #CE69B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69B7; }
p { color: rgb(206,105,183); }
H1.HeaderClassName
{
color: #CE69B7;
}
.AnyTagClassName
{
color: #CE69B7;
}
</style>
background-color css
<style>
a { background-color: #CE69B7; }
a { background-color: rgb(206,105,183); }
div.DivClassName
{
background-color: #CE69B7;
}
.BgClassName
{
background-color: #CE69B7;
}
</style>
border-color css
<style>
span { border-color: #CE69B7; }
span { border-color: rgb(206,105,183); }
td.TdClassName
{
border-color: #CE69B7;
}
.TagClassName
{
border-color: #CE69B7;
}
</style>