Shades of Fuchsia #C25CAF
Tints of Fuchsia #C25CAF
RGB
CMYK
RGB Variations
Color information
#C25CAF (or 0xC25CAF) is known color: Fuchsia. HEX triplet: C2, 5C and AF. RGB value is (194,92,175). Sum of RGB (Red+Green+Blue) = 194+92+175=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CAF is #3DA350. Grayscale: #838383. Windows color (decimal): -4039505 or 11492546. OLE color: 11492546.
HSL color Cylindrical-coordinate representation of color #C25CAF: hue angle of 311.18º 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 #C25CAF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 175 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.24 |
| HSL | 311.18º | 0.46% | 0.56% | - |
| HSV(B) | 311.18º | 0.53% | 0.76% | - |
| XYZ | 33.81 | 22.22 | 43.06 | - |
| YUV | 131.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 175 | 0 | 0.53 | 0.10 | 0.24 | 311.18 | 0.46 | 0.56 |
| Hex | C2 | 5C | AF | 0 | 35 | A | 18 | 137 | 2E | 38 |
| Octal | 302 | 134 | 257 | 0 | 65 | 12 | 30 | 467 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10101111 | 0 | 110101 | 1010 | 11000 | 100110111 | 101110 | 111000 |
Color Harmonies of #C25CAF
Complementary color
Monochromatic Colors of #C25CAF
Black with #C25CAF
Text Example
Text Example
White with #C25CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CAF; }
p { color: rgb(194,92,175); }
H1.HeaderClassName
{
color: #C25CAF;
}
.AnyTagClassName
{
color: #C25CAF;
}
</style>
background-color css
<style>
a { background-color: #C25CAF; }
a { background-color: rgb(194,92,175); }
div.DivClassName
{
background-color: #C25CAF;
}
.BgClassName
{
background-color: #C25CAF;
}
</style>
border-color css
<style>
span { border-color: #C25CAF; }
span { border-color: rgb(194,92,175); }
td.TdClassName
{
border-color: #C25CAF;
}
.TagClassName
{
border-color: #C25CAF;
}
</style>