Shades of Fuchsia #C25FC5
Tints of Fuchsia #C25FC5
RGB
CMYK
RGB Variations
Color information
#C25FC5 (or 0xC25FC5) is known color: Fuchsia. HEX triplet: C2, 5F and C5. RGB value is (194,95,197). Sum of RGB (Red+Green+Blue) = 194+95+197=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #C25FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FC5 is #3DA03A. Grayscale: #878787. Windows color (decimal): -4038715 or 12935106. OLE color: 12935106.
HSL color Cylindrical-coordinate representation of color #C25FC5: hue angle of 298.24º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25FC5 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 95 | 197 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.23 |
| HSL | 298.24º | 0.47% | 0.57% | - |
| HSV(B) | 298.24º | 0.52% | 0.77% | - |
| XYZ | 36.42 | 23.68 | 55.48 | - |
| YUV | 136.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 197 | 0.02 | 0.52 | 0 | 0.23 | 298.24 | 0.47 | 0.57 |
| Hex | C2 | 5F | C5 | 2 | 34 | 0 | 17 | 12A | 2F | 39 |
| Octal | 302 | 137 | 305 | 2 | 64 | 0 | 27 | 452 | 57 | 71 |
| Binary | 11000010 | 1011111 | 11000101 | 10 | 110100 | 0 | 10111 | 100101010 | 101111 | 111001 |
Color Harmonies of #C25FC5
Complementary color
Monochromatic Colors of #C25FC5
Black with #C25FC5
Text Example
Text Example
White with #C25FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FC5; }
p { color: rgb(194,95,197); }
H1.HeaderClassName
{
color: #C25FC5;
}
.AnyTagClassName
{
color: #C25FC5;
}
</style>
background-color css
<style>
a { background-color: #C25FC5; }
a { background-color: rgb(194,95,197); }
div.DivClassName
{
background-color: #C25FC5;
}
.BgClassName
{
background-color: #C25FC5;
}
</style>
border-color css
<style>
span { border-color: #C25FC5; }
span { border-color: rgb(194,95,197); }
td.TdClassName
{
border-color: #C25FC5;
}
.TagClassName
{
border-color: #C25FC5;
}
</style>