Shades of Fuchsia #CE50BE
Tints of Fuchsia #CE50BE
RGB
CMYK
RGB Variations
Color information
#CE50BE (or 0xCE50BE) is known color: Fuchsia. HEX triplet: CE, 50 and BE. RGB value is (206,80,190). Sum of RGB (Red+Green+Blue) = 206+80+190=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50BE is #31AF41. Grayscale: #818181. Windows color (decimal): -3256130 or 12472526. OLE color: 12472526.
HSL color Cylindrical-coordinate representation of color #CE50BE: hue angle of 307.62º 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 #CE50BE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 190 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.19 |
| HSL | 307.62º | 0.56% | 0.56% | - |
| HSV(B) | 307.62º | 0.61% | 0.81% | - |
| XYZ | 37.62 | 22.58 | 51.09 | - |
| YUV | 130.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 190 | 0 | 0.61 | 0.08 | 0.19 | 307.62 | 0.56 | 0.56 |
| Hex | CE | 50 | BE | 0 | 3D | 8 | 13 | 134 | 38 | 38 |
| Octal | 316 | 120 | 276 | 0 | 75 | 10 | 23 | 464 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10111110 | 0 | 111101 | 1000 | 10011 | 100110100 | 111000 | 111000 |
Color Harmonies of #CE50BE
Complementary color
Monochromatic Colors of #CE50BE
Black with #CE50BE
Text Example
Text Example
White with #CE50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50BE; }
p { color: rgb(206,80,190); }
H1.HeaderClassName
{
color: #CE50BE;
}
.AnyTagClassName
{
color: #CE50BE;
}
</style>
background-color css
<style>
a { background-color: #CE50BE; }
a { background-color: rgb(206,80,190); }
div.DivClassName
{
background-color: #CE50BE;
}
.BgClassName
{
background-color: #CE50BE;
}
</style>
border-color css
<style>
span { border-color: #CE50BE; }
span { border-color: rgb(206,80,190); }
td.TdClassName
{
border-color: #CE50BE;
}
.TagClassName
{
border-color: #CE50BE;
}
</style>