Shades of Fuchsia #C25BA7
Tints of Fuchsia #C25BA7
RGB
CMYK
RGB Variations
Color information
#C25BA7 (or 0xC25BA7) is known color: Fuchsia. HEX triplet: C2, 5B and A7. RGB value is (194,91,167). Sum of RGB (Red+Green+Blue) = 194+91+167=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA7 is #3DA458. Grayscale: #828282. Windows color (decimal): -4039769 or 10968002. OLE color: 10968002.
HSL color Cylindrical-coordinate representation of color #C25BA7: hue angle of 315.73º 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 #C25BA7 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 167 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.24 |
| HSL | 315.73º | 0.46% | 0.56% | - |
| HSV(B) | 315.73º | 0.53% | 0.76% | - |
| XYZ | 32.96 | 21.74 | 39.02 | - |
| YUV | 130.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 167 | 0 | 0.53 | 0.14 | 0.24 | 315.73 | 0.46 | 0.56 |
| Hex | C2 | 5B | A7 | 0 | 35 | E | 18 | 13C | 2E | 38 |
| Octal | 302 | 133 | 247 | 0 | 65 | 16 | 30 | 474 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10100111 | 0 | 110101 | 1110 | 11000 | 100111100 | 101110 | 111000 |
Color Harmonies of #C25BA7
Complementary color
Monochromatic Colors of #C25BA7
Black with #C25BA7
Text Example
Text Example
White with #C25BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BA7; }
p { color: rgb(194,91,167); }
H1.HeaderClassName
{
color: #C25BA7;
}
.AnyTagClassName
{
color: #C25BA7;
}
</style>
background-color css
<style>
a { background-color: #C25BA7; }
a { background-color: rgb(194,91,167); }
div.DivClassName
{
background-color: #C25BA7;
}
.BgClassName
{
background-color: #C25BA7;
}
</style>
border-color css
<style>
span { border-color: #C25BA7; }
span { border-color: rgb(194,91,167); }
td.TdClassName
{
border-color: #C25BA7;
}
.TagClassName
{
border-color: #C25BA7;
}
</style>