Shades of Fuchsia #C25ECB
Tints of Fuchsia #C25ECB
RGB
CMYK
RGB Variations
Color information
#C25ECB (or 0xC25ECB) is known color: Fuchsia. HEX triplet: C2, 5E and CB. RGB value is (194,94,203). Sum of RGB (Red+Green+Blue) = 194+94+203=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #C25ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ECB is #3DA134. Grayscale: #878787. Windows color (decimal): -4038965 or 13328066. OLE color: 13328066.
HSL color Cylindrical-coordinate representation of color #C25ECB: hue angle of 295.05º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25ECB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 94 | 203 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.20 |
| HSL | 295.05º | 0.51% | 0.58% | - |
| HSV(B) | 295.05º | 0.54% | 0.8% | - |
| XYZ | 37.03 | 23.79 | 59.14 | - |
| YUV | 136.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 203 | 0.04 | 0.54 | 0 | 0.20 | 295.05 | 0.51 | 0.58 |
| Hex | C2 | 5E | CB | 4 | 36 | 0 | 14 | 127 | 33 | 3A |
| Octal | 302 | 136 | 313 | 4 | 66 | 0 | 24 | 447 | 63 | 72 |
| Binary | 11000010 | 1011110 | 11001011 | 100 | 110110 | 0 | 10100 | 100100111 | 110011 | 111010 |
Color Harmonies of #C25ECB
Complementary color
Monochromatic Colors of #C25ECB
Black with #C25ECB
Text Example
Text Example
White with #C25ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ECB; }
p { color: rgb(194,94,203); }
H1.HeaderClassName
{
color: #C25ECB;
}
.AnyTagClassName
{
color: #C25ECB;
}
</style>
background-color css
<style>
a { background-color: #C25ECB; }
a { background-color: rgb(194,94,203); }
div.DivClassName
{
background-color: #C25ECB;
}
.BgClassName
{
background-color: #C25ECB;
}
</style>
border-color css
<style>
span { border-color: #C25ECB; }
span { border-color: rgb(194,94,203); }
td.TdClassName
{
border-color: #C25ECB;
}
.TagClassName
{
border-color: #C25ECB;
}
</style>