Shades of Fuchsia #C25CC1
Tints of Fuchsia #C25CC1
RGB
CMYK
RGB Variations
Color information
#C25CC1 (or 0xC25CC1) is known color: Fuchsia. HEX triplet: C2, 5C and C1. RGB value is (194,92,193). Sum of RGB (Red+Green+Blue) = 194+92+193=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CC1 is #3DA33E. Grayscale: #858585. Windows color (decimal): -4039487 or 12672194. OLE color: 12672194.
HSL color Cylindrical-coordinate representation of color #C25CC1: hue angle of 300.59º 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 #C25CC1 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 193 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.24 |
| HSL | 300.59º | 0.46% | 0.56% | - |
| HSV(B) | 300.59º | 0.53% | 0.76% | - |
| XYZ | 35.7 | 22.97 | 53 | - |
| YUV | 134.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 193 | 0 | 0.53 | 0.01 | 0.24 | 300.59 | 0.46 | 0.56 |
| Hex | C2 | 5C | C1 | 0 | 35 | 1 | 18 | 12D | 2E | 38 |
| Octal | 302 | 134 | 301 | 0 | 65 | 1 | 30 | 455 | 56 | 70 |
| Binary | 11000010 | 1011100 | 11000001 | 0 | 110101 | 1 | 11000 | 100101101 | 101110 | 111000 |
Color Harmonies of #C25CC1
Complementary color
Monochromatic Colors of #C25CC1
Black with #C25CC1
Text Example
Text Example
White with #C25CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CC1; }
p { color: rgb(194,92,193); }
H1.HeaderClassName
{
color: #C25CC1;
}
.AnyTagClassName
{
color: #C25CC1;
}
</style>
background-color css
<style>
a { background-color: #C25CC1; }
a { background-color: rgb(194,92,193); }
div.DivClassName
{
background-color: #C25CC1;
}
.BgClassName
{
background-color: #C25CC1;
}
</style>
border-color css
<style>
span { border-color: #C25CC1; }
span { border-color: rgb(194,92,193); }
td.TdClassName
{
border-color: #C25CC1;
}
.TagClassName
{
border-color: #C25CC1;
}
</style>