Shades of Fuchsia #CE65C5
Tints of Fuchsia #CE65C5
RGB
CMYK
RGB Variations
Color information
#CE65C5 (or 0xCE65C5) is known color: Fuchsia. HEX triplet: CE, 65 and C5. RGB value is (206,101,197). Sum of RGB (Red+Green+Blue) = 206+101+197=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C5 is #319A3A. Grayscale: #8F8F8F. Windows color (decimal): -3250747 or 12936654. OLE color: 12936654.
HSL color Cylindrical-coordinate representation of color #CE65C5: hue angle of 305.14º 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 #CE65C5 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 197 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.19 |
| HSL | 305.14º | 0.52% | 0.6% | - |
| HSV(B) | 305.14º | 0.51% | 0.81% | - |
| XYZ | 40.19 | 26.46 | 55.81 | - |
| YUV | 143.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 197 | 0 | 0.51 | 0.04 | 0.19 | 305.14 | 0.52 | 0.6 |
| Hex | CE | 65 | C5 | 0 | 33 | 4 | 13 | 131 | 34 | 3C |
| Octal | 316 | 145 | 305 | 0 | 63 | 4 | 23 | 461 | 64 | 74 |
| Binary | 11001110 | 1100101 | 11000101 | 0 | 110011 | 100 | 10011 | 100110001 | 110100 | 111100 |
Color Harmonies of #CE65C5
Complementary color
Monochromatic Colors of #CE65C5
Black with #CE65C5
Text Example
Text Example
White with #CE65C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65C5; }
p { color: rgb(206,101,197); }
H1.HeaderClassName
{
color: #CE65C5;
}
.AnyTagClassName
{
color: #CE65C5;
}
</style>
background-color css
<style>
a { background-color: #CE65C5; }
a { background-color: rgb(206,101,197); }
div.DivClassName
{
background-color: #CE65C5;
}
.BgClassName
{
background-color: #CE65C5;
}
</style>
border-color css
<style>
span { border-color: #CE65C5; }
span { border-color: rgb(206,101,197); }
td.TdClassName
{
border-color: #CE65C5;
}
.TagClassName
{
border-color: #CE65C5;
}
</style>