Shades of Fuchsia #C25CC3
Tints of Fuchsia #C25CC3
RGB
CMYK
RGB Variations
Color information
#C25CC3 (or 0xC25CC3) is known color: Fuchsia. HEX triplet: C2, 5C and C3. RGB value is (194,92,195). Sum of RGB (Red+Green+Blue) = 194+92+195=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #C25CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CC3 is #3DA33C. Grayscale: #858585. Windows color (decimal): -4039485 or 12803266. OLE color: 12803266.
HSL color Cylindrical-coordinate representation of color #C25CC3: hue angle of 299.42º 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 #C25CC3 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 195 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.24 |
| HSL | 299.42º | 0.46% | 0.56% | - |
| HSV(B) | 299.42º | 0.53% | 0.76% | - |
| XYZ | 35.93 | 23.06 | 54.19 | - |
| YUV | 134.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 195 | 0.01 | 0.53 | 0 | 0.24 | 299.42 | 0.46 | 0.56 |
| Hex | C2 | 5C | C3 | 1 | 35 | 0 | 18 | 12B | 2E | 38 |
| Octal | 302 | 134 | 303 | 1 | 65 | 0 | 30 | 453 | 56 | 70 |
| Binary | 11000010 | 1011100 | 11000011 | 1 | 110101 | 0 | 11000 | 100101011 | 101110 | 111000 |
Color Harmonies of #C25CC3
Complementary color
Monochromatic Colors of #C25CC3
Black with #C25CC3
Text Example
Text Example
White with #C25CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CC3; }
p { color: rgb(194,92,195); }
H1.HeaderClassName
{
color: #C25CC3;
}
.AnyTagClassName
{
color: #C25CC3;
}
</style>
background-color css
<style>
a { background-color: #C25CC3; }
a { background-color: rgb(194,92,195); }
div.DivClassName
{
background-color: #C25CC3;
}
.BgClassName
{
background-color: #C25CC3;
}
</style>
border-color css
<style>
span { border-color: #C25CC3; }
span { border-color: rgb(194,92,195); }
td.TdClassName
{
border-color: #C25CC3;
}
.TagClassName
{
border-color: #C25CC3;
}
</style>