Shades of Fuchsia #CE6CB6
Tints of Fuchsia #CE6CB6
RGB
CMYK
RGB Variations
Color information
#CE6CB6 (or 0xCE6CB6) is known color: Fuchsia. HEX triplet: CE, 6C and B6. RGB value is (206,108,182). Sum of RGB (Red+Green+Blue) = 206+108+182=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CB6 is #319349. Grayscale: #919191. Windows color (decimal): -3248970 or 11955406. OLE color: 11955406.
HSL color Cylindrical-coordinate representation of color #CE6CB6: hue angle of 314.69º 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 #CE6CB6 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 182 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.19 |
| HSL | 314.69º | 0.5% | 0.62% | - |
| HSV(B) | 314.69º | 0.48% | 0.81% | - |
| XYZ | 39.26 | 27.22 | 47.44 | - |
| YUV | 145.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 182 | 0 | 0.48 | 0.12 | 0.19 | 314.69 | 0.5 | 0.62 |
| Hex | CE | 6C | B6 | 0 | 30 | C | 13 | 13B | 32 | 3E |
| Octal | 316 | 154 | 266 | 0 | 60 | 14 | 23 | 473 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10110110 | 0 | 110000 | 1100 | 10011 | 100111011 | 110010 | 111110 |
Color Harmonies of #CE6CB6
Complementary color
Monochromatic Colors of #CE6CB6
Black with #CE6CB6
Text Example
Text Example
White with #CE6CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CB6; }
p { color: rgb(206,108,182); }
H1.HeaderClassName
{
color: #CE6CB6;
}
.AnyTagClassName
{
color: #CE6CB6;
}
</style>
background-color css
<style>
a { background-color: #CE6CB6; }
a { background-color: rgb(206,108,182); }
div.DivClassName
{
background-color: #CE6CB6;
}
.BgClassName
{
background-color: #CE6CB6;
}
</style>
border-color css
<style>
span { border-color: #CE6CB6; }
span { border-color: rgb(206,108,182); }
td.TdClassName
{
border-color: #CE6CB6;
}
.TagClassName
{
border-color: #CE6CB6;
}
</style>