Shades of Fuchsia #CE35C1
Tints of Fuchsia #CE35C1
RGB
CMYK
RGB Variations
Color information
#CE35C1 (or 0xCE35C1) is known color: Fuchsia. HEX triplet: CE, 35 and C1. RGB value is (206,53,193). Sum of RGB (Red+Green+Blue) = 206+53+193=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35C1 is #31CA3E. Grayscale: #727272. Windows color (decimal): -3263039 or 12662222. OLE color: 12662222.
HSL color Cylindrical-coordinate representation of color #CE35C1: hue angle of 305.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE35C1 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 193 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.19 |
| HSL | 305.1º | 0.61% | 0.51% | - |
| HSV(B) | 305.1º | 0.74% | 0.81% | - |
| XYZ | 36.35 | 19.52 | 52.3 | - |
| YUV | 114.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 193 | 0 | 0.74 | 0.06 | 0.19 | 305.1 | 0.61 | 0.51 |
| Hex | CE | 35 | C1 | 0 | 4A | 6 | 13 | 131 | 3D | 33 |
| Octal | 316 | 65 | 301 | 0 | 112 | 6 | 23 | 461 | 75 | 63 |
| Binary | 11001110 | 110101 | 11000001 | 0 | 1001010 | 110 | 10011 | 100110001 | 111101 | 110011 |
Color Harmonies of #CE35C1
Complementary color
Monochromatic Colors of #CE35C1
Black with #CE35C1
Text Example
Text Example
White with #CE35C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35C1; }
p { color: rgb(206,53,193); }
H1.HeaderClassName
{
color: #CE35C1;
}
.AnyTagClassName
{
color: #CE35C1;
}
</style>
background-color css
<style>
a { background-color: #CE35C1; }
a { background-color: rgb(206,53,193); }
div.DivClassName
{
background-color: #CE35C1;
}
.BgClassName
{
background-color: #CE35C1;
}
</style>
border-color css
<style>
span { border-color: #CE35C1; }
span { border-color: rgb(206,53,193); }
td.TdClassName
{
border-color: #CE35C1;
}
.TagClassName
{
border-color: #CE35C1;
}
</style>