Shades of Fuchsia #C25DBF
Tints of Fuchsia #C25DBF
RGB
CMYK
RGB Variations
Color information
#C25DBF (or 0xC25DBF) is known color: Fuchsia. HEX triplet: C2, 5D and BF. RGB value is (194,93,191). Sum of RGB (Red+Green+Blue) = 194+93+191=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DBF is #3DA240. Grayscale: #868686. Windows color (decimal): -4039233 or 12541378. OLE color: 12541378.
HSL color Cylindrical-coordinate representation of color #C25DBF: hue angle of 301.78º 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 #C25DBF is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 191 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.24 |
| HSL | 301.78º | 0.45% | 0.56% | - |
| HSV(B) | 301.78º | 0.52% | 0.76% | - |
| XYZ | 35.57 | 23.06 | 51.87 | - |
| YUV | 134.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 191 | 0 | 0.52 | 0.02 | 0.24 | 301.78 | 0.45 | 0.56 |
| Hex | C2 | 5D | BF | 0 | 34 | 2 | 18 | 12E | 2D | 38 |
| Octal | 302 | 135 | 277 | 0 | 64 | 2 | 30 | 456 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10111111 | 0 | 110100 | 10 | 11000 | 100101110 | 101101 | 111000 |
Color Harmonies of #C25DBF
Complementary color
Monochromatic Colors of #C25DBF
Black with #C25DBF
Text Example
Text Example
White with #C25DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DBF; }
p { color: rgb(194,93,191); }
H1.HeaderClassName
{
color: #C25DBF;
}
.AnyTagClassName
{
color: #C25DBF;
}
</style>
background-color css
<style>
a { background-color: #C25DBF; }
a { background-color: rgb(194,93,191); }
div.DivClassName
{
background-color: #C25DBF;
}
.BgClassName
{
background-color: #C25DBF;
}
</style>
border-color css
<style>
span { border-color: #C25DBF; }
span { border-color: rgb(194,93,191); }
td.TdClassName
{
border-color: #C25DBF;
}
.TagClassName
{
border-color: #C25DBF;
}
</style>