Shades of Fuchsia #C25FBC
Tints of Fuchsia #C25FBC
RGB
CMYK
RGB Variations
Color information
#C25FBC (or 0xC25FBC) is known color: Fuchsia. HEX triplet: C2, 5F and BC. RGB value is (194,95,188). Sum of RGB (Red+Green+Blue) = 194+95+188=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FBC is #3DA043. Grayscale: #868686. Windows color (decimal): -4038724 or 12345282. OLE color: 12345282.
HSL color Cylindrical-coordinate representation of color #C25FBC: hue angle of 303.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25FBC is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 188 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.24 |
| HSL | 303.64º | 0.45% | 0.57% | - |
| HSV(B) | 303.64º | 0.51% | 0.76% | - |
| XYZ | 35.42 | 23.28 | 50.2 | - |
| YUV | 135.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 188 | 0 | 0.51 | 0.03 | 0.24 | 303.64 | 0.45 | 0.57 |
| Hex | C2 | 5F | BC | 0 | 33 | 3 | 18 | 130 | 2D | 39 |
| Octal | 302 | 137 | 274 | 0 | 63 | 3 | 30 | 460 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10111100 | 0 | 110011 | 11 | 11000 | 100110000 | 101101 | 111001 |
Color Harmonies of #C25FBC
Complementary color
Monochromatic Colors of #C25FBC
Black with #C25FBC
Text Example
Text Example
White with #C25FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FBC; }
p { color: rgb(194,95,188); }
H1.HeaderClassName
{
color: #C25FBC;
}
.AnyTagClassName
{
color: #C25FBC;
}
</style>
background-color css
<style>
a { background-color: #C25FBC; }
a { background-color: rgb(194,95,188); }
div.DivClassName
{
background-color: #C25FBC;
}
.BgClassName
{
background-color: #C25FBC;
}
</style>
border-color css
<style>
span { border-color: #C25FBC; }
span { border-color: rgb(194,95,188); }
td.TdClassName
{
border-color: #C25FBC;
}
.TagClassName
{
border-color: #C25FBC;
}
</style>