Shades of Fuchsia #C25AC9
Tints of Fuchsia #C25AC9
RGB
CMYK
RGB Variations
Color information
#C25AC9 (or 0xC25AC9) is known color: Fuchsia. HEX triplet: C2, 5A and C9. RGB value is (194,90,201). Sum of RGB (Red+Green+Blue) = 194+90+201=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #C25AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AC9 is #3DA536. Grayscale: #858585. Windows color (decimal): -4039991 or 13195970. OLE color: 13195970.
HSL color Cylindrical-coordinate representation of color #C25AC9: hue angle of 296.22º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25AC9 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 90 | 201 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.21 |
| HSL | 296.22º | 0.51% | 0.57% | - |
| HSV(B) | 296.22º | 0.55% | 0.79% | - |
| XYZ | 36.45 | 23 | 57.78 | - |
| YUV | 133.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 201 | 0.03 | 0.55 | 0 | 0.21 | 296.22 | 0.51 | 0.57 |
| Hex | C2 | 5A | C9 | 3 | 37 | 0 | 15 | 128 | 33 | 39 |
| Octal | 302 | 132 | 311 | 3 | 67 | 0 | 25 | 450 | 63 | 71 |
| Binary | 11000010 | 1011010 | 11001001 | 11 | 110111 | 0 | 10101 | 100101000 | 110011 | 111001 |
Color Harmonies of #C25AC9
Complementary color
Monochromatic Colors of #C25AC9
Black with #C25AC9
Text Example
Text Example
White with #C25AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AC9; }
p { color: rgb(194,90,201); }
H1.HeaderClassName
{
color: #C25AC9;
}
.AnyTagClassName
{
color: #C25AC9;
}
</style>
background-color css
<style>
a { background-color: #C25AC9; }
a { background-color: rgb(194,90,201); }
div.DivClassName
{
background-color: #C25AC9;
}
.BgClassName
{
background-color: #C25AC9;
}
</style>
border-color css
<style>
span { border-color: #C25AC9; }
span { border-color: rgb(194,90,201); }
td.TdClassName
{
border-color: #C25AC9;
}
.TagClassName
{
border-color: #C25AC9;
}
</style>