Shades of Fuchsia #C25DA8
Tints of Fuchsia #C25DA8
RGB
CMYK
RGB Variations
Color information
#C25DA8 (or 0xC25DA8) is known color: Fuchsia. HEX triplet: C2, 5D and A8. RGB value is (194,93,168). Sum of RGB (Red+Green+Blue) = 194+93+168=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DA8 is #3DA257. Grayscale: #838383. Windows color (decimal): -4039256 or 11034050. OLE color: 11034050.
HSL color Cylindrical-coordinate representation of color #C25DA8: hue angle of 315.45º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25DA8 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 168 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.24 |
| HSL | 315.45º | 0.45% | 0.56% | - |
| HSV(B) | 315.45º | 0.52% | 0.76% | - |
| XYZ | 33.23 | 22.13 | 39.56 | - |
| YUV | 131.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 168 | 0 | 0.52 | 0.13 | 0.24 | 315.45 | 0.45 | 0.56 |
| Hex | C2 | 5D | A8 | 0 | 34 | D | 18 | 13B | 2D | 38 |
| Octal | 302 | 135 | 250 | 0 | 64 | 15 | 30 | 473 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10101000 | 0 | 110100 | 1101 | 11000 | 100111011 | 101101 | 111000 |
Color Harmonies of #C25DA8
Complementary color
Monochromatic Colors of #C25DA8
Black with #C25DA8
Text Example
Text Example
White with #C25DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DA8; }
p { color: rgb(194,93,168); }
H1.HeaderClassName
{
color: #C25DA8;
}
.AnyTagClassName
{
color: #C25DA8;
}
</style>
background-color css
<style>
a { background-color: #C25DA8; }
a { background-color: rgb(194,93,168); }
div.DivClassName
{
background-color: #C25DA8;
}
.BgClassName
{
background-color: #C25DA8;
}
</style>
border-color css
<style>
span { border-color: #C25DA8; }
span { border-color: rgb(194,93,168); }
td.TdClassName
{
border-color: #C25DA8;
}
.TagClassName
{
border-color: #C25DA8;
}
</style>