Shades of Fuchsia #C25AB7
Tints of Fuchsia #C25AB7
RGB
CMYK
RGB Variations
Color information
#C25AB7 (or 0xC25AB7) is known color: Fuchsia. HEX triplet: C2, 5A and B7. RGB value is (194,90,183). Sum of RGB (Red+Green+Blue) = 194+90+183=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AB7 is #3DA548. Grayscale: #838383. Windows color (decimal): -4040009 or 12016322. OLE color: 12016322.
HSL color Cylindrical-coordinate representation of color #C25AB7: hue angle of 306.35º 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 #C25AB7 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 183 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.24 |
| HSL | 306.35º | 0.46% | 0.56% | - |
| HSV(B) | 306.35º | 0.54% | 0.76% | - |
| XYZ | 34.45 | 22.2 | 47.27 | - |
| YUV | 131.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 183 | 0 | 0.54 | 0.06 | 0.24 | 306.35 | 0.46 | 0.56 |
| Hex | C2 | 5A | B7 | 0 | 36 | 6 | 18 | 132 | 2E | 38 |
| Octal | 302 | 132 | 267 | 0 | 66 | 6 | 30 | 462 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10110111 | 0 | 110110 | 110 | 11000 | 100110010 | 101110 | 111000 |
Color Harmonies of #C25AB7
Complementary color
Monochromatic Colors of #C25AB7
Black with #C25AB7
Text Example
Text Example
White with #C25AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AB7; }
p { color: rgb(194,90,183); }
H1.HeaderClassName
{
color: #C25AB7;
}
.AnyTagClassName
{
color: #C25AB7;
}
</style>
background-color css
<style>
a { background-color: #C25AB7; }
a { background-color: rgb(194,90,183); }
div.DivClassName
{
background-color: #C25AB7;
}
.BgClassName
{
background-color: #C25AB7;
}
</style>
border-color css
<style>
span { border-color: #C25AB7; }
span { border-color: rgb(194,90,183); }
td.TdClassName
{
border-color: #C25AB7;
}
.TagClassName
{
border-color: #C25AB7;
}
</style>