Shades of Fuchsia #CE65BD
Tints of Fuchsia #CE65BD
RGB
CMYK
RGB Variations
Color information
#CE65BD (or 0xCE65BD) is known color: Fuchsia. HEX triplet: CE, 65 and BD. RGB value is (206,101,189). Sum of RGB (Red+Green+Blue) = 206+101+189=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65BD is #319A42. Grayscale: #8E8E8E. Windows color (decimal): -3250755 or 12412366. OLE color: 12412366.
HSL color Cylindrical-coordinate representation of color #CE65BD: hue angle of 309.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE65BD is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 189 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.19 |
| HSL | 309.71º | 0.52% | 0.6% | - |
| HSV(B) | 309.71º | 0.51% | 0.81% | - |
| XYZ | 39.29 | 26.1 | 51.11 | - |
| YUV | 142.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 189 | 0 | 0.51 | 0.08 | 0.19 | 309.71 | 0.52 | 0.6 |
| Hex | CE | 65 | BD | 0 | 33 | 8 | 13 | 136 | 34 | 3C |
| Octal | 316 | 145 | 275 | 0 | 63 | 10 | 23 | 466 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10111101 | 0 | 110011 | 1000 | 10011 | 100110110 | 110100 | 111100 |
Color Harmonies of #CE65BD
Complementary color
Monochromatic Colors of #CE65BD
Black with #CE65BD
Text Example
Text Example
White with #CE65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65BD; }
p { color: rgb(206,101,189); }
H1.HeaderClassName
{
color: #CE65BD;
}
.AnyTagClassName
{
color: #CE65BD;
}
</style>
background-color css
<style>
a { background-color: #CE65BD; }
a { background-color: rgb(206,101,189); }
div.DivClassName
{
background-color: #CE65BD;
}
.BgClassName
{
background-color: #CE65BD;
}
</style>
border-color css
<style>
span { border-color: #CE65BD; }
span { border-color: rgb(206,101,189); }
td.TdClassName
{
border-color: #CE65BD;
}
.TagClassName
{
border-color: #CE65BD;
}
</style>