Shades of Fuchsia #CE50C2
Tints of Fuchsia #CE50C2
RGB
CMYK
RGB Variations
Color information
#CE50C2 (or 0xCE50C2) is known color: Fuchsia. HEX triplet: CE, 50 and C2. RGB value is (206,80,194). Sum of RGB (Red+Green+Blue) = 206+80+194=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50C2 is #31AF3D. Grayscale: #828282. Windows color (decimal): -3256126 or 12734670. OLE color: 12734670.
HSL color Cylindrical-coordinate representation of color #CE50C2: hue angle of 305.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE50C2 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 194 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.19 |
| HSL | 305.71º | 0.56% | 0.56% | - |
| HSV(B) | 305.71º | 0.61% | 0.81% | - |
| XYZ | 38.06 | 22.75 | 53.42 | - |
| YUV | 130.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 194 | 0 | 0.61 | 0.06 | 0.19 | 305.71 | 0.56 | 0.56 |
| Hex | CE | 50 | C2 | 0 | 3D | 6 | 13 | 132 | 38 | 38 |
| Octal | 316 | 120 | 302 | 0 | 75 | 6 | 23 | 462 | 70 | 70 |
| Binary | 11001110 | 1010000 | 11000010 | 0 | 111101 | 110 | 10011 | 100110010 | 111000 | 111000 |
Color Harmonies of #CE50C2
Complementary color
Monochromatic Colors of #CE50C2
Black with #CE50C2
Text Example
Text Example
White with #CE50C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50C2; }
p { color: rgb(206,80,194); }
H1.HeaderClassName
{
color: #CE50C2;
}
.AnyTagClassName
{
color: #CE50C2;
}
</style>
background-color css
<style>
a { background-color: #CE50C2; }
a { background-color: rgb(206,80,194); }
div.DivClassName
{
background-color: #CE50C2;
}
.BgClassName
{
background-color: #CE50C2;
}
</style>
border-color css
<style>
span { border-color: #CE50C2; }
span { border-color: rgb(206,80,194); }
td.TdClassName
{
border-color: #CE50C2;
}
.TagClassName
{
border-color: #CE50C2;
}
</style>