Shades of Fuchsia #C25CC5
Tints of Fuchsia #C25CC5
RGB
CMYK
RGB Variations
Color information
#C25CC5 (or 0xC25CC5) is known color: Fuchsia. HEX triplet: C2, 5C and C5. RGB value is (194,92,197). Sum of RGB (Red+Green+Blue) = 194+92+197=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #C25CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CC5 is #3DA33A. Grayscale: #868686. Windows color (decimal): -4039483 or 12934338. OLE color: 12934338.
HSL color Cylindrical-coordinate representation of color #C25CC5: hue angle of 298.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25CC5 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 92 | 197 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.23 |
| HSL | 298.29º | 0.48% | 0.57% | - |
| HSV(B) | 298.29º | 0.53% | 0.77% | - |
| XYZ | 36.15 | 23.15 | 55.39 | - |
| YUV | 134.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 197 | 0.02 | 0.53 | 0 | 0.23 | 298.29 | 0.48 | 0.57 |
| Hex | C2 | 5C | C5 | 2 | 35 | 0 | 17 | 12A | 30 | 39 |
| Octal | 302 | 134 | 305 | 2 | 65 | 0 | 27 | 452 | 60 | 71 |
| Binary | 11000010 | 1011100 | 11000101 | 10 | 110101 | 0 | 10111 | 100101010 | 110000 | 111001 |
Color Harmonies of #C25CC5
Complementary color
Monochromatic Colors of #C25CC5
Black with #C25CC5
Text Example
Text Example
White with #C25CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CC5; }
p { color: rgb(194,92,197); }
H1.HeaderClassName
{
color: #C25CC5;
}
.AnyTagClassName
{
color: #C25CC5;
}
</style>
background-color css
<style>
a { background-color: #C25CC5; }
a { background-color: rgb(194,92,197); }
div.DivClassName
{
background-color: #C25CC5;
}
.BgClassName
{
background-color: #C25CC5;
}
</style>
border-color css
<style>
span { border-color: #C25CC5; }
span { border-color: rgb(194,92,197); }
td.TdClassName
{
border-color: #C25CC5;
}
.TagClassName
{
border-color: #C25CC5;
}
</style>