Shades of Fuchsia #C25BC1
Tints of Fuchsia #C25BC1
RGB
CMYK
RGB Variations
Color information
#C25BC1 (or 0xC25BC1) is known color: Fuchsia. HEX triplet: C2, 5B and C1. RGB value is (194,91,193). Sum of RGB (Red+Green+Blue) = 194+91+193=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BC1 is #3DA43E. Grayscale: #858585. Windows color (decimal): -4039743 or 12671938. OLE color: 12671938.
HSL color Cylindrical-coordinate representation of color #C25BC1: hue angle of 300.58º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BC1 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 193 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.24 |
| HSL | 300.58º | 0.46% | 0.56% | - |
| HSV(B) | 300.58º | 0.53% | 0.76% | - |
| XYZ | 35.61 | 22.8 | 52.98 | - |
| YUV | 133.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 193 | 0 | 0.53 | 0.01 | 0.24 | 300.58 | 0.46 | 0.56 |
| Hex | C2 | 5B | C1 | 0 | 35 | 1 | 18 | 12D | 2E | 38 |
| Octal | 302 | 133 | 301 | 0 | 65 | 1 | 30 | 455 | 56 | 70 |
| Binary | 11000010 | 1011011 | 11000001 | 0 | 110101 | 1 | 11000 | 100101101 | 101110 | 111000 |
Color Harmonies of #C25BC1
Complementary color
Monochromatic Colors of #C25BC1
Black with #C25BC1
Text Example
Text Example
White with #C25BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BC1; }
p { color: rgb(194,91,193); }
H1.HeaderClassName
{
color: #C25BC1;
}
.AnyTagClassName
{
color: #C25BC1;
}
</style>
background-color css
<style>
a { background-color: #C25BC1; }
a { background-color: rgb(194,91,193); }
div.DivClassName
{
background-color: #C25BC1;
}
.BgClassName
{
background-color: #C25BC1;
}
</style>
border-color css
<style>
span { border-color: #C25BC1; }
span { border-color: rgb(194,91,193); }
td.TdClassName
{
border-color: #C25BC1;
}
.TagClassName
{
border-color: #C25BC1;
}
</style>