Shades of Fuchsia #C25EBE
Tints of Fuchsia #C25EBE
RGB
CMYK
RGB Variations
Color information
#C25EBE (or 0xC25EBE) is known color: Fuchsia. HEX triplet: C2, 5E and BE. RGB value is (194,94,190). Sum of RGB (Red+Green+Blue) = 194+94+190=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EBE is #3DA141. Grayscale: #868686. Windows color (decimal): -4038978 or 12476098. OLE color: 12476098.
HSL color Cylindrical-coordinate representation of color #C25EBE: hue angle of 302.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25EBE is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 190 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.24 |
| HSL | 302.4º | 0.45% | 0.56% | - |
| HSV(B) | 302.4º | 0.52% | 0.76% | - |
| XYZ | 35.55 | 23.19 | 51.32 | - |
| YUV | 134.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 190 | 0 | 0.52 | 0.02 | 0.24 | 302.4 | 0.45 | 0.56 |
| Hex | C2 | 5E | BE | 0 | 34 | 2 | 18 | 12E | 2D | 38 |
| Octal | 302 | 136 | 276 | 0 | 64 | 2 | 30 | 456 | 55 | 70 |
| Binary | 11000010 | 1011110 | 10111110 | 0 | 110100 | 10 | 11000 | 100101110 | 101101 | 111000 |
Color Harmonies of #C25EBE
Complementary color
Monochromatic Colors of #C25EBE
Black with #C25EBE
Text Example
Text Example
White with #C25EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25EBE; }
p { color: rgb(194,94,190); }
H1.HeaderClassName
{
color: #C25EBE;
}
.AnyTagClassName
{
color: #C25EBE;
}
</style>
background-color css
<style>
a { background-color: #C25EBE; }
a { background-color: rgb(194,94,190); }
div.DivClassName
{
background-color: #C25EBE;
}
.BgClassName
{
background-color: #C25EBE;
}
</style>
border-color css
<style>
span { border-color: #C25EBE; }
span { border-color: rgb(194,94,190); }
td.TdClassName
{
border-color: #C25EBE;
}
.TagClassName
{
border-color: #C25EBE;
}
</style>