Shades of Fuchsia #C25CCA
Tints of Fuchsia #C25CCA
RGB
CMYK
RGB Variations
Color information
#C25CCA (or 0xC25CCA) is known color: Fuchsia. HEX triplet: C2, 5C and CA. RGB value is (194,92,202). Sum of RGB (Red+Green+Blue) = 194+92+202=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #C25CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CCA is #3DA335. Grayscale: #868686. Windows color (decimal): -4039478 or 13262018. OLE color: 13262018.
HSL color Cylindrical-coordinate representation of color #C25CCA: hue angle of 295.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25CCA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 92 | 202 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.21 |
| HSL | 295.64º | 0.51% | 0.58% | - |
| HSV(B) | 295.64º | 0.54% | 0.79% | - |
| XYZ | 36.74 | 23.39 | 58.46 | - |
| YUV | 135.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 202 | 0.04 | 0.54 | 0 | 0.21 | 295.64 | 0.51 | 0.58 |
| Hex | C2 | 5C | CA | 4 | 36 | 0 | 15 | 128 | 33 | 3A |
| Octal | 302 | 134 | 312 | 4 | 66 | 0 | 25 | 450 | 63 | 72 |
| Binary | 11000010 | 1011100 | 11001010 | 100 | 110110 | 0 | 10101 | 100101000 | 110011 | 111010 |
Color Harmonies of #C25CCA
Complementary color
Monochromatic Colors of #C25CCA
Black with #C25CCA
Text Example
Text Example
White with #C25CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CCA; }
p { color: rgb(194,92,202); }
H1.HeaderClassName
{
color: #C25CCA;
}
.AnyTagClassName
{
color: #C25CCA;
}
</style>
background-color css
<style>
a { background-color: #C25CCA; }
a { background-color: rgb(194,92,202); }
div.DivClassName
{
background-color: #C25CCA;
}
.BgClassName
{
background-color: #C25CCA;
}
</style>
border-color css
<style>
span { border-color: #C25CCA; }
span { border-color: rgb(194,92,202); }
td.TdClassName
{
border-color: #C25CCA;
}
.TagClassName
{
border-color: #C25CCA;
}
</style>