Shades of Fuchsia #C25CB4
Tints of Fuchsia #C25CB4
RGB
CMYK
RGB Variations
Color information
#C25CB4 (or 0xC25CB4) is known color: Fuchsia. HEX triplet: C2, 5C and B4. RGB value is (194,92,180). Sum of RGB (Red+Green+Blue) = 194+92+180=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CB4 is #3DA34B. Grayscale: #848484. Windows color (decimal): -4039500 or 11820226. OLE color: 11820226.
HSL color Cylindrical-coordinate representation of color #C25CB4: hue angle of 308.24º 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 #C25CB4 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 180 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.24 |
| HSL | 308.24º | 0.46% | 0.56% | - |
| HSV(B) | 308.24º | 0.53% | 0.76% | - |
| XYZ | 34.31 | 22.42 | 45.7 | - |
| YUV | 132.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 180 | 0 | 0.53 | 0.07 | 0.24 | 308.24 | 0.46 | 0.56 |
| Hex | C2 | 5C | B4 | 0 | 35 | 7 | 18 | 134 | 2E | 38 |
| Octal | 302 | 134 | 264 | 0 | 65 | 7 | 30 | 464 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10110100 | 0 | 110101 | 111 | 11000 | 100110100 | 101110 | 111000 |
Color Harmonies of #C25CB4
Complementary color
Monochromatic Colors of #C25CB4
Black with #C25CB4
Text Example
Text Example
White with #C25CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CB4; }
p { color: rgb(194,92,180); }
H1.HeaderClassName
{
color: #C25CB4;
}
.AnyTagClassName
{
color: #C25CB4;
}
</style>
background-color css
<style>
a { background-color: #C25CB4; }
a { background-color: rgb(194,92,180); }
div.DivClassName
{
background-color: #C25CB4;
}
.BgClassName
{
background-color: #C25CB4;
}
</style>
border-color css
<style>
span { border-color: #C25CB4; }
span { border-color: rgb(194,92,180); }
td.TdClassName
{
border-color: #C25CB4;
}
.TagClassName
{
border-color: #C25CB4;
}
</style>