Shades of Fuchsia #C25AC2
Tints of Fuchsia #C25AC2
RGB
CMYK
RGB Variations
Color information
#C25AC2 (or 0xC25AC2) is known color: Fuchsia. HEX triplet: C2, 5A and C2. RGB value is (194,90,194). Sum of RGB (Red+Green+Blue) = 194+90+194=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C25AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AC2 is #3DA53D. Grayscale: #848484. Windows color (decimal): -4039998 or 12737218. OLE color: 12737218.
HSL color Cylindrical-coordinate representation of color #C25AC2: hue angle of 300º 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 #C25AC2 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 194 | - |
| CMYK | 0 | 0.54 | 0 | 0.24 |
| HSL | 300º | 0.46% | 0.56% | - |
| HSV(B) | 300º | 0.54% | 0.76% | - |
| XYZ | 35.64 | 22.68 | 53.54 | - |
| YUV | 132.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 194 | 0 | 0.54 | 0 | 0.24 | 300 | 0.46 | 0.56 |
| Hex | C2 | 5A | C2 | 0 | 36 | 0 | 18 | 12C | 2E | 38 |
| Octal | 302 | 132 | 302 | 0 | 66 | 0 | 30 | 454 | 56 | 70 |
| Binary | 11000010 | 1011010 | 11000010 | 0 | 110110 | 0 | 11000 | 100101100 | 101110 | 111000 |
Color Harmonies of #C25AC2
Complementary color
Monochromatic Colors of #C25AC2
Black with #C25AC2
Text Example
Text Example
White with #C25AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AC2; }
p { color: rgb(194,90,194); }
H1.HeaderClassName
{
color: #C25AC2;
}
.AnyTagClassName
{
color: #C25AC2;
}
</style>
background-color css
<style>
a { background-color: #C25AC2; }
a { background-color: rgb(194,90,194); }
div.DivClassName
{
background-color: #C25AC2;
}
.BgClassName
{
background-color: #C25AC2;
}
</style>
border-color css
<style>
span { border-color: #C25AC2; }
span { border-color: rgb(194,90,194); }
td.TdClassName
{
border-color: #C25AC2;
}
.TagClassName
{
border-color: #C25AC2;
}
</style>