Shades of Fuchsia #C25DC6
Tints of Fuchsia #C25DC6
RGB
CMYK
RGB Variations
Color information
#C25DC6 (or 0xC25DC6) is known color: Fuchsia. HEX triplet: C2, 5D and C6. RGB value is (194,93,198). Sum of RGB (Red+Green+Blue) = 194+93+198=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #C25DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DC6 is #3DA239. Grayscale: #868686. Windows color (decimal): -4039226 or 13000130. OLE color: 13000130.
HSL color Cylindrical-coordinate representation of color #C25DC6: hue angle of 297.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25DC6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 93 | 198 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.22 |
| HSL | 297.71º | 0.48% | 0.57% | - |
| HSV(B) | 297.71º | 0.53% | 0.78% | - |
| XYZ | 36.36 | 23.38 | 56.02 | - |
| YUV | 135.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 198 | 0.02 | 0.53 | 0 | 0.22 | 297.71 | 0.48 | 0.57 |
| Hex | C2 | 5D | C6 | 2 | 35 | 0 | 16 | 12A | 30 | 39 |
| Octal | 302 | 135 | 306 | 2 | 65 | 0 | 26 | 452 | 60 | 71 |
| Binary | 11000010 | 1011101 | 11000110 | 10 | 110101 | 0 | 10110 | 100101010 | 110000 | 111001 |
Color Harmonies of #C25DC6
Complementary color
Monochromatic Colors of #C25DC6
Black with #C25DC6
Text Example
Text Example
White with #C25DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DC6; }
p { color: rgb(194,93,198); }
H1.HeaderClassName
{
color: #C25DC6;
}
.AnyTagClassName
{
color: #C25DC6;
}
</style>
background-color css
<style>
a { background-color: #C25DC6; }
a { background-color: rgb(194,93,198); }
div.DivClassName
{
background-color: #C25DC6;
}
.BgClassName
{
background-color: #C25DC6;
}
</style>
border-color css
<style>
span { border-color: #C25DC6; }
span { border-color: rgb(194,93,198); }
td.TdClassName
{
border-color: #C25DC6;
}
.TagClassName
{
border-color: #C25DC6;
}
</style>