Shades of Fuchsia #C25DA7
Tints of Fuchsia #C25DA7
RGB
CMYK
RGB Variations
Color information
#C25DA7 (or 0xC25DA7) is known color: Fuchsia. HEX triplet: C2, 5D and A7. RGB value is (194,93,167). Sum of RGB (Red+Green+Blue) = 194+93+167=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DA7 is #3DA258. Grayscale: #838383. Windows color (decimal): -4039257 or 10968514. OLE color: 10968514.
HSL color Cylindrical-coordinate representation of color #C25DA7: hue angle of 316.04º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25DA7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 167 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.24 |
| HSL | 316.04º | 0.45% | 0.56% | - |
| HSV(B) | 316.04º | 0.52% | 0.76% | - |
| XYZ | 33.14 | 22.09 | 39.08 | - |
| YUV | 131.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 167 | 0 | 0.52 | 0.14 | 0.24 | 316.04 | 0.45 | 0.56 |
| Hex | C2 | 5D | A7 | 0 | 34 | E | 18 | 13C | 2D | 38 |
| Octal | 302 | 135 | 247 | 0 | 64 | 16 | 30 | 474 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10100111 | 0 | 110100 | 1110 | 11000 | 100111100 | 101101 | 111000 |
Color Harmonies of #C25DA7
Complementary color
Monochromatic Colors of #C25DA7
Black with #C25DA7
Text Example
Text Example
White with #C25DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DA7; }
p { color: rgb(194,93,167); }
H1.HeaderClassName
{
color: #C25DA7;
}
.AnyTagClassName
{
color: #C25DA7;
}
</style>
background-color css
<style>
a { background-color: #C25DA7; }
a { background-color: rgb(194,93,167); }
div.DivClassName
{
background-color: #C25DA7;
}
.BgClassName
{
background-color: #C25DA7;
}
</style>
border-color css
<style>
span { border-color: #C25DA7; }
span { border-color: rgb(194,93,167); }
td.TdClassName
{
border-color: #C25DA7;
}
.TagClassName
{
border-color: #C25DA7;
}
</style>