Shades of Fuchsia #C25DBE
Tints of Fuchsia #C25DBE
RGB
CMYK
RGB Variations
Color information
#C25DBE (or 0xC25DBE) is known color: Fuchsia. HEX triplet: C2, 5D and BE. RGB value is (194,93,190). Sum of RGB (Red+Green+Blue) = 194+93+190=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DBE is #3DA241. Grayscale: #858585. Windows color (decimal): -4039234 or 12475842. OLE color: 12475842.
HSL color Cylindrical-coordinate representation of color #C25DBE: hue angle of 302.38º 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 #C25DBE is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 190 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.24 |
| HSL | 302.38º | 0.45% | 0.56% | - |
| HSV(B) | 302.38º | 0.52% | 0.76% | - |
| XYZ | 35.46 | 23.02 | 51.29 | - |
| YUV | 134.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 190 | 0 | 0.52 | 0.02 | 0.24 | 302.38 | 0.45 | 0.56 |
| Hex | C2 | 5D | BE | 0 | 34 | 2 | 18 | 12E | 2D | 38 |
| Octal | 302 | 135 | 276 | 0 | 64 | 2 | 30 | 456 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10111110 | 0 | 110100 | 10 | 11000 | 100101110 | 101101 | 111000 |
Color Harmonies of #C25DBE
Complementary color
Monochromatic Colors of #C25DBE
Black with #C25DBE
Text Example
Text Example
White with #C25DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DBE; }
p { color: rgb(194,93,190); }
H1.HeaderClassName
{
color: #C25DBE;
}
.AnyTagClassName
{
color: #C25DBE;
}
</style>
background-color css
<style>
a { background-color: #C25DBE; }
a { background-color: rgb(194,93,190); }
div.DivClassName
{
background-color: #C25DBE;
}
.BgClassName
{
background-color: #C25DBE;
}
</style>
border-color css
<style>
span { border-color: #C25DBE; }
span { border-color: rgb(194,93,190); }
td.TdClassName
{
border-color: #C25DBE;
}
.TagClassName
{
border-color: #C25DBE;
}
</style>