Shades of Fuchsia #CE65BC
Tints of Fuchsia #CE65BC
RGB
CMYK
RGB Variations
Color information
#CE65BC (or 0xCE65BC) is known color: Fuchsia. HEX triplet: CE, 65 and BC. RGB value is (206,101,188). Sum of RGB (Red+Green+Blue) = 206+101+188=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65BC is #319A43. Grayscale: #8E8E8E. Windows color (decimal): -3250756 or 12346830. OLE color: 12346830.
HSL color Cylindrical-coordinate representation of color #CE65BC: hue angle of 310.29º 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 #CE65BC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 188 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.19 |
| HSL | 310.29º | 0.52% | 0.6% | - |
| HSV(B) | 310.29º | 0.51% | 0.81% | - |
| XYZ | 39.18 | 26.06 | 50.54 | - |
| YUV | 142.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 188 | 0 | 0.51 | 0.09 | 0.19 | 310.29 | 0.52 | 0.6 |
| Hex | CE | 65 | BC | 0 | 33 | 9 | 13 | 136 | 34 | 3C |
| Octal | 316 | 145 | 274 | 0 | 63 | 11 | 23 | 466 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10111100 | 0 | 110011 | 1001 | 10011 | 100110110 | 110100 | 111100 |
Color Harmonies of #CE65BC
Complementary color
Monochromatic Colors of #CE65BC
Black with #CE65BC
Text Example
Text Example
White with #CE65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65BC; }
p { color: rgb(206,101,188); }
H1.HeaderClassName
{
color: #CE65BC;
}
.AnyTagClassName
{
color: #CE65BC;
}
</style>
background-color css
<style>
a { background-color: #CE65BC; }
a { background-color: rgb(206,101,188); }
div.DivClassName
{
background-color: #CE65BC;
}
.BgClassName
{
background-color: #CE65BC;
}
</style>
border-color css
<style>
span { border-color: #CE65BC; }
span { border-color: rgb(206,101,188); }
td.TdClassName
{
border-color: #CE65BC;
}
.TagClassName
{
border-color: #CE65BC;
}
</style>