Shades of Fuchsia #C25AAF
Tints of Fuchsia #C25AAF
RGB
CMYK
RGB Variations
Color information
#C25AAF (or 0xC25AAF) is known color: Fuchsia. HEX triplet: C2, 5A and AF. RGB value is (194,90,175). Sum of RGB (Red+Green+Blue) = 194+90+175=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AAF is #3DA550. Grayscale: #828282. Windows color (decimal): -4040017 or 11492034. OLE color: 11492034.
HSL color Cylindrical-coordinate representation of color #C25AAF: hue angle of 310.96º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25AAF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 175 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.24 |
| HSL | 310.96º | 0.46% | 0.56% | - |
| HSV(B) | 310.96º | 0.54% | 0.76% | - |
| XYZ | 33.64 | 21.88 | 43.01 | - |
| YUV | 130.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 175 | 0 | 0.54 | 0.10 | 0.24 | 310.96 | 0.46 | 0.56 |
| Hex | C2 | 5A | AF | 0 | 36 | A | 18 | 137 | 2E | 38 |
| Octal | 302 | 132 | 257 | 0 | 66 | 12 | 30 | 467 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10101111 | 0 | 110110 | 1010 | 11000 | 100110111 | 101110 | 111000 |
Color Harmonies of #C25AAF
Complementary color
Monochromatic Colors of #C25AAF
Black with #C25AAF
Text Example
Text Example
White with #C25AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AAF; }
p { color: rgb(194,90,175); }
H1.HeaderClassName
{
color: #C25AAF;
}
.AnyTagClassName
{
color: #C25AAF;
}
</style>
background-color css
<style>
a { background-color: #C25AAF; }
a { background-color: rgb(194,90,175); }
div.DivClassName
{
background-color: #C25AAF;
}
.BgClassName
{
background-color: #C25AAF;
}
</style>
border-color css
<style>
span { border-color: #C25AAF; }
span { border-color: rgb(194,90,175); }
td.TdClassName
{
border-color: #C25AAF;
}
.TagClassName
{
border-color: #C25AAF;
}
</style>