Shades of Fuchsia #CE65C1
Tints of Fuchsia #CE65C1
RGB
CMYK
RGB Variations
Color information
#CE65C1 (or 0xCE65C1) is known color: Fuchsia. HEX triplet: CE, 65 and C1. RGB value is (206,101,193). Sum of RGB (Red+Green+Blue) = 206+101+193=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C1 is #319A3E. Grayscale: #8E8E8E. Windows color (decimal): -3250751 or 12674510. OLE color: 12674510.
HSL color Cylindrical-coordinate representation of color #CE65C1: hue angle of 307.43º 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 #CE65C1 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 193 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.19 |
| HSL | 307.43º | 0.52% | 0.6% | - |
| HSV(B) | 307.43º | 0.51% | 0.81% | - |
| XYZ | 39.73 | 26.28 | 53.43 | - |
| YUV | 142.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 193 | 0 | 0.51 | 0.06 | 0.19 | 307.43 | 0.52 | 0.6 |
| Hex | CE | 65 | C1 | 0 | 33 | 6 | 13 | 133 | 34 | 3C |
| Octal | 316 | 145 | 301 | 0 | 63 | 6 | 23 | 463 | 64 | 74 |
| Binary | 11001110 | 1100101 | 11000001 | 0 | 110011 | 110 | 10011 | 100110011 | 110100 | 111100 |
Color Harmonies of #CE65C1
Complementary color
Monochromatic Colors of #CE65C1
Black with #CE65C1
Text Example
Text Example
White with #CE65C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65C1; }
p { color: rgb(206,101,193); }
H1.HeaderClassName
{
color: #CE65C1;
}
.AnyTagClassName
{
color: #CE65C1;
}
</style>
background-color css
<style>
a { background-color: #CE65C1; }
a { background-color: rgb(206,101,193); }
div.DivClassName
{
background-color: #CE65C1;
}
.BgClassName
{
background-color: #CE65C1;
}
</style>
border-color css
<style>
span { border-color: #CE65C1; }
span { border-color: rgb(206,101,193); }
td.TdClassName
{
border-color: #CE65C1;
}
.TagClassName
{
border-color: #CE65C1;
}
</style>