Shades of Fuchsia #C25DBA
Tints of Fuchsia #C25DBA
RGB
CMYK
RGB Variations
Color information
#C25DBA (or 0xC25DBA) is known color: Fuchsia. HEX triplet: C2, 5D and BA. RGB value is (194,93,186). Sum of RGB (Red+Green+Blue) = 194+93+186=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DBA is #3DA245. Grayscale: #858585. Windows color (decimal): -4039238 or 12213698. OLE color: 12213698.
HSL color Cylindrical-coordinate representation of color #C25DBA: hue angle of 304.75º 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 #C25DBA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 186 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.24 |
| HSL | 304.75º | 0.45% | 0.56% | - |
| HSV(B) | 304.75º | 0.52% | 0.76% | - |
| XYZ | 35.03 | 22.84 | 49.02 | - |
| YUV | 133.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 186 | 0 | 0.52 | 0.04 | 0.24 | 304.75 | 0.45 | 0.56 |
| Hex | C2 | 5D | BA | 0 | 34 | 4 | 18 | 131 | 2D | 38 |
| Octal | 302 | 135 | 272 | 0 | 64 | 4 | 30 | 461 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10111010 | 0 | 110100 | 100 | 11000 | 100110001 | 101101 | 111000 |
Color Harmonies of #C25DBA
Complementary color
Monochromatic Colors of #C25DBA
Black with #C25DBA
Text Example
Text Example
White with #C25DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DBA; }
p { color: rgb(194,93,186); }
H1.HeaderClassName
{
color: #C25DBA;
}
.AnyTagClassName
{
color: #C25DBA;
}
</style>
background-color css
<style>
a { background-color: #C25DBA; }
a { background-color: rgb(194,93,186); }
div.DivClassName
{
background-color: #C25DBA;
}
.BgClassName
{
background-color: #C25DBA;
}
</style>
border-color css
<style>
span { border-color: #C25DBA; }
span { border-color: rgb(194,93,186); }
td.TdClassName
{
border-color: #C25DBA;
}
.TagClassName
{
border-color: #C25DBA;
}
</style>