Shades of Fuchsia #C25FB2
Tints of Fuchsia #C25FB2
RGB
CMYK
RGB Variations
Color information
#C25FB2 (or 0xC25FB2) is known color: Fuchsia. HEX triplet: C2, 5F and B2. RGB value is (194,95,178). Sum of RGB (Red+Green+Blue) = 194+95+178=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FB2 is #3DA04D. Grayscale: #858585. Windows color (decimal): -4038734 or 11689922. OLE color: 11689922.
HSL color Cylindrical-coordinate representation of color #C25FB2: hue angle of 309.7º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25FB2 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 178 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.24 |
| HSL | 309.7º | 0.45% | 0.57% | - |
| HSV(B) | 309.7º | 0.51% | 0.76% | - |
| XYZ | 34.38 | 22.87 | 44.72 | - |
| YUV | 134.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 178 | 0 | 0.51 | 0.08 | 0.24 | 309.7 | 0.45 | 0.57 |
| Hex | C2 | 5F | B2 | 0 | 33 | 8 | 18 | 136 | 2D | 39 |
| Octal | 302 | 137 | 262 | 0 | 63 | 10 | 30 | 466 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10110010 | 0 | 110011 | 1000 | 11000 | 100110110 | 101101 | 111001 |
Color Harmonies of #C25FB2
Complementary color
Monochromatic Colors of #C25FB2
Black with #C25FB2
Text Example
Text Example
White with #C25FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FB2; }
p { color: rgb(194,95,178); }
H1.HeaderClassName
{
color: #C25FB2;
}
.AnyTagClassName
{
color: #C25FB2;
}
</style>
background-color css
<style>
a { background-color: #C25FB2; }
a { background-color: rgb(194,95,178); }
div.DivClassName
{
background-color: #C25FB2;
}
.BgClassName
{
background-color: #C25FB2;
}
</style>
border-color css
<style>
span { border-color: #C25FB2; }
span { border-color: rgb(194,95,178); }
td.TdClassName
{
border-color: #C25FB2;
}
.TagClassName
{
border-color: #C25FB2;
}
</style>