Shades of Fuchsia #CE69C0
Tints of Fuchsia #CE69C0
RGB
CMYK
RGB Variations
Color information
#CE69C0 (or 0xCE69C0) is known color: Fuchsia. HEX triplet: CE, 69 and C0. RGB value is (206,105,192). Sum of RGB (Red+Green+Blue) = 206+105+192=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69C0 is #31963F. Grayscale: #909090. Windows color (decimal): -3249728 or 12609998. OLE color: 12609998.
HSL color Cylindrical-coordinate representation of color #CE69C0: hue angle of 308.32º 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 #CE69C0 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 192 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.19 |
| HSL | 308.32º | 0.51% | 0.61% | - |
| HSV(B) | 308.32º | 0.49% | 0.81% | - |
| XYZ | 40.02 | 27.03 | 52.98 | - |
| YUV | 145.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 192 | 0 | 0.49 | 0.07 | 0.19 | 308.32 | 0.51 | 0.61 |
| Hex | CE | 69 | C0 | 0 | 31 | 7 | 13 | 134 | 33 | 3D |
| Octal | 316 | 151 | 300 | 0 | 61 | 7 | 23 | 464 | 63 | 75 |
| Binary | 11001110 | 1101001 | 11000000 | 0 | 110001 | 111 | 10011 | 100110100 | 110011 | 111101 |
Color Harmonies of #CE69C0
Complementary color
Monochromatic Colors of #CE69C0
Black with #CE69C0
Text Example
Text Example
White with #CE69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69C0; }
p { color: rgb(206,105,192); }
H1.HeaderClassName
{
color: #CE69C0;
}
.AnyTagClassName
{
color: #CE69C0;
}
</style>
background-color css
<style>
a { background-color: #CE69C0; }
a { background-color: rgb(206,105,192); }
div.DivClassName
{
background-color: #CE69C0;
}
.BgClassName
{
background-color: #CE69C0;
}
</style>
border-color css
<style>
span { border-color: #CE69C0; }
span { border-color: rgb(206,105,192); }
td.TdClassName
{
border-color: #CE69C0;
}
.TagClassName
{
border-color: #CE69C0;
}
</style>