Shades of Fuchsia #C25ABC
Tints of Fuchsia #C25ABC
RGB
CMYK
RGB Variations
Color information
#C25ABC (or 0xC25ABC) is known color: Fuchsia. HEX triplet: C2, 5A and BC. RGB value is (194,90,188). Sum of RGB (Red+Green+Blue) = 194+90+188=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C25ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ABC is #3DA543. Grayscale: #838383. Windows color (decimal): -4040004 or 12344002. OLE color: 12344002.
HSL color Cylindrical-coordinate representation of color #C25ABC: hue angle of 303.46º 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 #C25ABC is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 188 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.24 |
| HSL | 303.46º | 0.46% | 0.56% | - |
| HSV(B) | 303.46º | 0.54% | 0.76% | - |
| XYZ | 34.98 | 22.41 | 50.06 | - |
| YUV | 132.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 188 | 0 | 0.54 | 0.03 | 0.24 | 303.46 | 0.46 | 0.56 |
| Hex | C2 | 5A | BC | 0 | 36 | 3 | 18 | 12F | 2E | 38 |
| Octal | 302 | 132 | 274 | 0 | 66 | 3 | 30 | 457 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10111100 | 0 | 110110 | 11 | 11000 | 100101111 | 101110 | 111000 |
Color Harmonies of #C25ABC
Complementary color
Monochromatic Colors of #C25ABC
Black with #C25ABC
Text Example
Text Example
White with #C25ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ABC; }
p { color: rgb(194,90,188); }
H1.HeaderClassName
{
color: #C25ABC;
}
.AnyTagClassName
{
color: #C25ABC;
}
</style>
background-color css
<style>
a { background-color: #C25ABC; }
a { background-color: rgb(194,90,188); }
div.DivClassName
{
background-color: #C25ABC;
}
.BgClassName
{
background-color: #C25ABC;
}
</style>
border-color css
<style>
span { border-color: #C25ABC; }
span { border-color: rgb(194,90,188); }
td.TdClassName
{
border-color: #C25ABC;
}
.TagClassName
{
border-color: #C25ABC;
}
</style>