Shades of Fuchsia #CE65C4
Tints of Fuchsia #CE65C4
RGB
CMYK
RGB Variations
Color information
#CE65C4 (or 0xCE65C4) is known color: Fuchsia. HEX triplet: CE, 65 and C4. RGB value is (206,101,196). Sum of RGB (Red+Green+Blue) = 206+101+196=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C4 is #319A3B. Grayscale: #8E8E8E. Windows color (decimal): -3250748 or 12871118. OLE color: 12871118.
HSL color Cylindrical-coordinate representation of color #CE65C4: hue angle of 305.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 #CE65C4 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 196 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.19 |
| HSL | 305.71º | 0.52% | 0.6% | - |
| HSV(B) | 305.71º | 0.51% | 0.81% | - |
| XYZ | 40.07 | 26.41 | 55.21 | - |
| YUV | 143.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 196 | 0 | 0.51 | 0.05 | 0.19 | 305.71 | 0.52 | 0.6 |
| Hex | CE | 65 | C4 | 0 | 33 | 5 | 13 | 132 | 34 | 3C |
| Octal | 316 | 145 | 304 | 0 | 63 | 5 | 23 | 462 | 64 | 74 |
| Binary | 11001110 | 1100101 | 11000100 | 0 | 110011 | 101 | 10011 | 100110010 | 110100 | 111100 |
Color Harmonies of #CE65C4
Complementary color
Monochromatic Colors of #CE65C4
Black with #CE65C4
Text Example
Text Example
White with #CE65C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65C4; }
p { color: rgb(206,101,196); }
H1.HeaderClassName
{
color: #CE65C4;
}
.AnyTagClassName
{
color: #CE65C4;
}
</style>
background-color css
<style>
a { background-color: #CE65C4; }
a { background-color: rgb(206,101,196); }
div.DivClassName
{
background-color: #CE65C4;
}
.BgClassName
{
background-color: #CE65C4;
}
</style>
border-color css
<style>
span { border-color: #CE65C4; }
span { border-color: rgb(206,101,196); }
td.TdClassName
{
border-color: #CE65C4;
}
.TagClassName
{
border-color: #CE65C4;
}
</style>