Shades of Fuchsia #C25DCA
Tints of Fuchsia #C25DCA
RGB
CMYK
RGB Variations
Color information
#C25DCA (or 0xC25DCA) is known color: Fuchsia. HEX triplet: C2, 5D and CA. RGB value is (194,93,202). Sum of RGB (Red+Green+Blue) = 194+93+202=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #C25DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DCA is #3DA235. Grayscale: #878787. Windows color (decimal): -4039222 or 13262274. OLE color: 13262274.
HSL color Cylindrical-coordinate representation of color #C25DCA: hue angle of 295.6º 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 #C25DCA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 93 | 202 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.21 |
| HSL | 295.6º | 0.51% | 0.58% | - |
| HSV(B) | 295.6º | 0.54% | 0.79% | - |
| XYZ | 36.82 | 23.56 | 58.48 | - |
| YUV | 135.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 202 | 0.04 | 0.54 | 0 | 0.21 | 295.6 | 0.51 | 0.58 |
| Hex | C2 | 5D | CA | 4 | 36 | 0 | 15 | 128 | 33 | 3A |
| Octal | 302 | 135 | 312 | 4 | 66 | 0 | 25 | 450 | 63 | 72 |
| Binary | 11000010 | 1011101 | 11001010 | 100 | 110110 | 0 | 10101 | 100101000 | 110011 | 111010 |
Color Harmonies of #C25DCA
Complementary color
Monochromatic Colors of #C25DCA
Black with #C25DCA
Text Example
Text Example
White with #C25DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DCA; }
p { color: rgb(194,93,202); }
H1.HeaderClassName
{
color: #C25DCA;
}
.AnyTagClassName
{
color: #C25DCA;
}
</style>
background-color css
<style>
a { background-color: #C25DCA; }
a { background-color: rgb(194,93,202); }
div.DivClassName
{
background-color: #C25DCA;
}
.BgClassName
{
background-color: #C25DCA;
}
</style>
border-color css
<style>
span { border-color: #C25DCA; }
span { border-color: rgb(194,93,202); }
td.TdClassName
{
border-color: #C25DCA;
}
.TagClassName
{
border-color: #C25DCA;
}
</style>