Shades of Fuchsia #C25CAB
Tints of Fuchsia #C25CAB
RGB
CMYK
RGB Variations
Color information
#C25CAB (or 0xC25CAB) is known color: Fuchsia. HEX triplet: C2, 5C and AB. RGB value is (194,92,171). Sum of RGB (Red+Green+Blue) = 194+92+171=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CAB is #3DA354. Grayscale: #838383. Windows color (decimal): -4039509 or 11230402. OLE color: 11230402.
HSL color Cylindrical-coordinate representation of color #C25CAB: hue angle of 313.53º 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 #C25CAB is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 171 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.24 |
| HSL | 313.53º | 0.46% | 0.56% | - |
| HSV(B) | 313.53º | 0.53% | 0.76% | - |
| XYZ | 33.43 | 22.06 | 41.03 | - |
| YUV | 131.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 171 | 0 | 0.53 | 0.12 | 0.24 | 313.53 | 0.46 | 0.56 |
| Hex | C2 | 5C | AB | 0 | 35 | C | 18 | 13A | 2E | 38 |
| Octal | 302 | 134 | 253 | 0 | 65 | 14 | 30 | 472 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10101011 | 0 | 110101 | 1100 | 11000 | 100111010 | 101110 | 111000 |
Color Harmonies of #C25CAB
Complementary color
Monochromatic Colors of #C25CAB
Black with #C25CAB
Text Example
Text Example
White with #C25CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CAB; }
p { color: rgb(194,92,171); }
H1.HeaderClassName
{
color: #C25CAB;
}
.AnyTagClassName
{
color: #C25CAB;
}
</style>
background-color css
<style>
a { background-color: #C25CAB; }
a { background-color: rgb(194,92,171); }
div.DivClassName
{
background-color: #C25CAB;
}
.BgClassName
{
background-color: #C25CAB;
}
</style>
border-color css
<style>
span { border-color: #C25CAB; }
span { border-color: rgb(194,92,171); }
td.TdClassName
{
border-color: #C25CAB;
}
.TagClassName
{
border-color: #C25CAB;
}
</style>