Shades of Fuchsia #C25CB8
Tints of Fuchsia #C25CB8
RGB
CMYK
RGB Variations
Color information
#C25CB8 (or 0xC25CB8) is known color: Fuchsia. HEX triplet: C2, 5C and B8. RGB value is (194,92,184). Sum of RGB (Red+Green+Blue) = 194+92+184=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CB8 is #3DA347. Grayscale: #848484. Windows color (decimal): -4039496 or 12082370. OLE color: 12082370.
HSL color Cylindrical-coordinate representation of color #C25CB8: hue angle of 305.88º 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 #C25CB8 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 184 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.24 |
| HSL | 305.88º | 0.46% | 0.56% | - |
| HSV(B) | 305.88º | 0.53% | 0.76% | - |
| XYZ | 34.73 | 22.58 | 47.88 | - |
| YUV | 132.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 184 | 0 | 0.53 | 0.05 | 0.24 | 305.88 | 0.46 | 0.56 |
| Hex | C2 | 5C | B8 | 0 | 35 | 5 | 18 | 132 | 2E | 38 |
| Octal | 302 | 134 | 270 | 0 | 65 | 5 | 30 | 462 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10111000 | 0 | 110101 | 101 | 11000 | 100110010 | 101110 | 111000 |
Color Harmonies of #C25CB8
Complementary color
Monochromatic Colors of #C25CB8
Black with #C25CB8
Text Example
Text Example
White with #C25CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CB8; }
p { color: rgb(194,92,184); }
H1.HeaderClassName
{
color: #C25CB8;
}
.AnyTagClassName
{
color: #C25CB8;
}
</style>
background-color css
<style>
a { background-color: #C25CB8; }
a { background-color: rgb(194,92,184); }
div.DivClassName
{
background-color: #C25CB8;
}
.BgClassName
{
background-color: #C25CB8;
}
</style>
border-color css
<style>
span { border-color: #C25CB8; }
span { border-color: rgb(194,92,184); }
td.TdClassName
{
border-color: #C25CB8;
}
.TagClassName
{
border-color: #C25CB8;
}
</style>