Shades of Fuchsia #CE35C4
Tints of Fuchsia #CE35C4
RGB
CMYK
RGB Variations
Color information
#CE35C4 (or 0xCE35C4) is known color: Fuchsia. HEX triplet: CE, 35 and C4. RGB value is (206,53,196). Sum of RGB (Red+Green+Blue) = 206+53+196=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35C4 is #31CA3B. Grayscale: #727272. Windows color (decimal): -3263036 or 12858830. OLE color: 12858830.
HSL color Cylindrical-coordinate representation of color #CE35C4: hue angle of 303.92º 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 #CE35C4 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 196 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.19 |
| HSL | 303.92º | 0.61% | 0.51% | - |
| HSV(B) | 303.92º | 0.74% | 0.81% | - |
| XYZ | 36.69 | 19.65 | 54.08 | - |
| YUV | 115.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 196 | 0 | 0.74 | 0.05 | 0.19 | 303.92 | 0.61 | 0.51 |
| Hex | CE | 35 | C4 | 0 | 4A | 5 | 13 | 130 | 3D | 33 |
| Octal | 316 | 65 | 304 | 0 | 112 | 5 | 23 | 460 | 75 | 63 |
| Binary | 11001110 | 110101 | 11000100 | 0 | 1001010 | 101 | 10011 | 100110000 | 111101 | 110011 |
Color Harmonies of #CE35C4
Complementary color
Monochromatic Colors of #CE35C4
Black with #CE35C4
Text Example
Text Example
White with #CE35C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35C4; }
p { color: rgb(206,53,196); }
H1.HeaderClassName
{
color: #CE35C4;
}
.AnyTagClassName
{
color: #CE35C4;
}
</style>
background-color css
<style>
a { background-color: #CE35C4; }
a { background-color: rgb(206,53,196); }
div.DivClassName
{
background-color: #CE35C4;
}
.BgClassName
{
background-color: #CE35C4;
}
</style>
border-color css
<style>
span { border-color: #CE35C4; }
span { border-color: rgb(206,53,196); }
td.TdClassName
{
border-color: #CE35C4;
}
.TagClassName
{
border-color: #CE35C4;
}
</style>