Shades of Fuchsia #C25CCC
Tints of Fuchsia #C25CCC
RGB
CMYK
RGB Variations
Color information
#C25CCC (or 0xC25CCC) is known color: Fuchsia. HEX triplet: C2, 5C and CC. RGB value is (194,92,204). Sum of RGB (Red+Green+Blue) = 194+92+204=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #C25CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CCC is #3DA333. Grayscale: #868686. Windows color (decimal): -4039476 or 13393090. OLE color: 13393090.
HSL color Cylindrical-coordinate representation of color #C25CCC: hue angle of 294.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25CCC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 92 | 204 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.2 |
| HSL | 294.64º | 0.52% | 0.58% | - |
| HSV(B) | 294.64º | 0.55% | 0.8% | - |
| XYZ | 36.97 | 23.48 | 59.71 | - |
| YUV | 135.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 204 | 0.05 | 0.55 | 0 | 0.2 | 294.64 | 0.52 | 0.58 |
| Hex | C2 | 5C | CC | 5 | 37 | 0 | 14 | 127 | 34 | 3A |
| Octal | 302 | 134 | 314 | 5 | 67 | 0 | 24 | 447 | 64 | 72 |
| Binary | 11000010 | 1011100 | 11001100 | 101 | 110111 | 0 | 10100 | 100100111 | 110100 | 111010 |
Color Harmonies of #C25CCC
Complementary color
Monochromatic Colors of #C25CCC
Black with #C25CCC
Text Example
Text Example
White with #C25CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CCC; }
p { color: rgb(194,92,204); }
H1.HeaderClassName
{
color: #C25CCC;
}
.AnyTagClassName
{
color: #C25CCC;
}
</style>
background-color css
<style>
a { background-color: #C25CCC; }
a { background-color: rgb(194,92,204); }
div.DivClassName
{
background-color: #C25CCC;
}
.BgClassName
{
background-color: #C25CCC;
}
</style>
border-color css
<style>
span { border-color: #C25CCC; }
span { border-color: rgb(194,92,204); }
td.TdClassName
{
border-color: #C25CCC;
}
.TagClassName
{
border-color: #C25CCC;
}
</style>