Shades of Fuchsia #C25AAB
Tints of Fuchsia #C25AAB
RGB
CMYK
RGB Variations
Color information
#C25AAB (or 0xC25AAB) is known color: Fuchsia. HEX triplet: C2, 5A and AB. RGB value is (194,90,171). Sum of RGB (Red+Green+Blue) = 194+90+171=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AAB is #3DA554. Grayscale: #828282. Windows color (decimal): -4040021 or 11229890. OLE color: 11229890.
HSL color Cylindrical-coordinate representation of color #C25AAB: hue angle of 313.27º 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 #C25AAB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 171 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.24 |
| HSL | 313.27º | 0.46% | 0.56% | - |
| HSV(B) | 313.27º | 0.54% | 0.76% | - |
| XYZ | 33.25 | 21.72 | 40.97 | - |
| YUV | 130.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 171 | 0 | 0.54 | 0.12 | 0.24 | 313.27 | 0.46 | 0.56 |
| Hex | C2 | 5A | AB | 0 | 36 | C | 18 | 139 | 2E | 38 |
| Octal | 302 | 132 | 253 | 0 | 66 | 14 | 30 | 471 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10101011 | 0 | 110110 | 1100 | 11000 | 100111001 | 101110 | 111000 |
Color Harmonies of #C25AAB
Complementary color
Monochromatic Colors of #C25AAB
Black with #C25AAB
Text Example
Text Example
White with #C25AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AAB; }
p { color: rgb(194,90,171); }
H1.HeaderClassName
{
color: #C25AAB;
}
.AnyTagClassName
{
color: #C25AAB;
}
</style>
background-color css
<style>
a { background-color: #C25AAB; }
a { background-color: rgb(194,90,171); }
div.DivClassName
{
background-color: #C25AAB;
}
.BgClassName
{
background-color: #C25AAB;
}
</style>
border-color css
<style>
span { border-color: #C25AAB; }
span { border-color: rgb(194,90,171); }
td.TdClassName
{
border-color: #C25AAB;
}
.TagClassName
{
border-color: #C25AAB;
}
</style>