Shades of Fuchsia #CE6CB3
Tints of Fuchsia #CE6CB3
RGB
CMYK
RGB Variations
Color information
#CE6CB3 (or 0xCE6CB3) is known color: Fuchsia. HEX triplet: CE, 6C and B3. RGB value is (206,108,179). Sum of RGB (Red+Green+Blue) = 206+108+179=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CB3 is #31934C. Grayscale: #919191. Windows color (decimal): -3248973 or 11758798. OLE color: 11758798.
HSL color Cylindrical-coordinate representation of color #CE6CB3: hue angle of 316.53º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CB3 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 179 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.19 |
| HSL | 316.53º | 0.5% | 0.62% | - |
| HSV(B) | 316.53º | 0.48% | 0.81% | - |
| XYZ | 38.95 | 27.1 | 45.83 | - |
| YUV | 145.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 179 | 0 | 0.48 | 0.13 | 0.19 | 316.53 | 0.5 | 0.62 |
| Hex | CE | 6C | B3 | 0 | 30 | D | 13 | 13D | 32 | 3E |
| Octal | 316 | 154 | 263 | 0 | 60 | 15 | 23 | 475 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10110011 | 0 | 110000 | 1101 | 10011 | 100111101 | 110010 | 111110 |
Color Harmonies of #CE6CB3
Complementary color
Monochromatic Colors of #CE6CB3
Black with #CE6CB3
Text Example
Text Example
White with #CE6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CB3; }
p { color: rgb(206,108,179); }
H1.HeaderClassName
{
color: #CE6CB3;
}
.AnyTagClassName
{
color: #CE6CB3;
}
</style>
background-color css
<style>
a { background-color: #CE6CB3; }
a { background-color: rgb(206,108,179); }
div.DivClassName
{
background-color: #CE6CB3;
}
.BgClassName
{
background-color: #CE6CB3;
}
</style>
border-color css
<style>
span { border-color: #CE6CB3; }
span { border-color: rgb(206,108,179); }
td.TdClassName
{
border-color: #CE6CB3;
}
.TagClassName
{
border-color: #CE6CB3;
}
</style>