Shades of Fuchsia #CE65AF
Tints of Fuchsia #CE65AF
RGB
CMYK
RGB Variations
Color information
#CE65AF (or 0xCE65AF) is known color: Fuchsia. HEX triplet: CE, 65 and AF. RGB value is (206,101,175). Sum of RGB (Red+Green+Blue) = 206+101+175=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE65AF is #319A50. Grayscale: #8C8C8C. Windows color (decimal): -3250769 or 11494862. OLE color: 11494862.
HSL color Cylindrical-coordinate representation of color #CE65AF: hue angle of 317.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 #CE65AF is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 175 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.19 |
| HSL | 317.71º | 0.52% | 0.6% | - |
| HSV(B) | 317.71º | 0.51% | 0.81% | - |
| XYZ | 37.85 | 25.52 | 43.49 | - |
| YUV | 140.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 175 | 0 | 0.51 | 0.15 | 0.19 | 317.71 | 0.52 | 0.6 |
| Hex | CE | 65 | AF | 0 | 33 | F | 13 | 13E | 34 | 3C |
| Octal | 316 | 145 | 257 | 0 | 63 | 17 | 23 | 476 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10101111 | 0 | 110011 | 1111 | 10011 | 100111110 | 110100 | 111100 |
Color Harmonies of #CE65AF
Complementary color
Monochromatic Colors of #CE65AF
Black with #CE65AF
Text Example
Text Example
White with #CE65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65AF; }
p { color: rgb(206,101,175); }
H1.HeaderClassName
{
color: #CE65AF;
}
.AnyTagClassName
{
color: #CE65AF;
}
</style>
background-color css
<style>
a { background-color: #CE65AF; }
a { background-color: rgb(206,101,175); }
div.DivClassName
{
background-color: #CE65AF;
}
.BgClassName
{
background-color: #CE65AF;
}
</style>
border-color css
<style>
span { border-color: #CE65AF; }
span { border-color: rgb(206,101,175); }
td.TdClassName
{
border-color: #CE65AF;
}
.TagClassName
{
border-color: #CE65AF;
}
</style>