Shades of Fuchsia #C25CB0
Tints of Fuchsia #C25CB0
RGB
CMYK
RGB Variations
Color information
#C25CB0 (or 0xC25CB0) is known color: Fuchsia. HEX triplet: C2, 5C and B0. RGB value is (194,92,176). Sum of RGB (Red+Green+Blue) = 194+92+176=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CB0 is #3DA34F. Grayscale: #838383. Windows color (decimal): -4039504 or 11558082. OLE color: 11558082.
HSL color Cylindrical-coordinate representation of color #C25CB0: hue angle of 310.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25CB0 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 176 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.24 |
| HSL | 310.59º | 0.46% | 0.56% | - |
| HSV(B) | 310.59º | 0.53% | 0.76% | - |
| XYZ | 33.91 | 22.26 | 43.58 | - |
| YUV | 132.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 176 | 0 | 0.53 | 0.09 | 0.24 | 310.59 | 0.46 | 0.56 |
| Hex | C2 | 5C | B0 | 0 | 35 | 9 | 18 | 137 | 2E | 38 |
| Octal | 302 | 134 | 260 | 0 | 65 | 11 | 30 | 467 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10110000 | 0 | 110101 | 1001 | 11000 | 100110111 | 101110 | 111000 |
Color Harmonies of #C25CB0
Complementary color
Monochromatic Colors of #C25CB0
Black with #C25CB0
Text Example
Text Example
White with #C25CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CB0; }
p { color: rgb(194,92,176); }
H1.HeaderClassName
{
color: #C25CB0;
}
.AnyTagClassName
{
color: #C25CB0;
}
</style>
background-color css
<style>
a { background-color: #C25CB0; }
a { background-color: rgb(194,92,176); }
div.DivClassName
{
background-color: #C25CB0;
}
.BgClassName
{
background-color: #C25CB0;
}
</style>
border-color css
<style>
span { border-color: #C25CB0; }
span { border-color: rgb(194,92,176); }
td.TdClassName
{
border-color: #C25CB0;
}
.TagClassName
{
border-color: #C25CB0;
}
</style>