Shades of Fuchsia #C25CB9
Tints of Fuchsia #C25CB9
RGB
CMYK
RGB Variations
Color information
#C25CB9 (or 0xC25CB9) is known color: Fuchsia. HEX triplet: C2, 5C and B9. RGB value is (194,92,185). Sum of RGB (Red+Green+Blue) = 194+92+185=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CB9 is #3DA346. Grayscale: #848484. Windows color (decimal): -4039495 or 12147906. OLE color: 12147906.
HSL color Cylindrical-coordinate representation of color #C25CB9: hue angle of 305.29º 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 #C25CB9 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 185 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.24 |
| HSL | 305.29º | 0.46% | 0.56% | - |
| HSV(B) | 305.29º | 0.53% | 0.76% | - |
| XYZ | 34.83 | 22.63 | 48.43 | - |
| YUV | 133.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 185 | 0 | 0.53 | 0.05 | 0.24 | 305.29 | 0.46 | 0.56 |
| Hex | C2 | 5C | B9 | 0 | 35 | 5 | 18 | 131 | 2E | 38 |
| Octal | 302 | 134 | 271 | 0 | 65 | 5 | 30 | 461 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10111001 | 0 | 110101 | 101 | 11000 | 100110001 | 101110 | 111000 |
Color Harmonies of #C25CB9
Complementary color
Monochromatic Colors of #C25CB9
Black with #C25CB9
Text Example
Text Example
White with #C25CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CB9; }
p { color: rgb(194,92,185); }
H1.HeaderClassName
{
color: #C25CB9;
}
.AnyTagClassName
{
color: #C25CB9;
}
</style>
background-color css
<style>
a { background-color: #C25CB9; }
a { background-color: rgb(194,92,185); }
div.DivClassName
{
background-color: #C25CB9;
}
.BgClassName
{
background-color: #C25CB9;
}
</style>
border-color css
<style>
span { border-color: #C25CB9; }
span { border-color: rgb(194,92,185); }
td.TdClassName
{
border-color: #C25CB9;
}
.TagClassName
{
border-color: #C25CB9;
}
</style>