Shades of Fuchsia #C75DCD
Tints of Fuchsia #C75DCD
RGB
CMYK
RGB Variations
Color information
#C75DCD (or 0xC75DCD) is known color: Fuchsia. HEX triplet: C7, 5D and CD. RGB value is (199,93,205). Sum of RGB (Red+Green+Blue) = 199+93+205=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DCD is #38A232. Grayscale: #898989. Windows color (decimal): -3711539 or 13458887. OLE color: 13458887.
HSL color Cylindrical-coordinate representation of color #C75DCD: hue angle of 296.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75DCD is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 93 | 205 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.20 |
| HSL | 296.79º | 0.53% | 0.58% | - |
| HSV(B) | 296.79º | 0.55% | 0.8% | - |
| XYZ | 38.49 | 24.38 | 60.43 | - |
| YUV | 137.46 | 166.12 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 205 | 0.03 | 0.55 | 0 | 0.20 | 296.79 | 0.53 | 0.58 |
| Hex | C7 | 5D | CD | 3 | 37 | 0 | 14 | 129 | 35 | 3A |
| Octal | 307 | 135 | 315 | 3 | 67 | 0 | 24 | 451 | 65 | 72 |
| Binary | 11000111 | 1011101 | 11001101 | 11 | 110111 | 0 | 10100 | 100101001 | 110101 | 111010 |
Color Harmonies of #C75DCD
Complementary color
Monochromatic Colors of #C75DCD
Black with #C75DCD
Text Example
Text Example
White with #C75DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DCD; }
p { color: rgb(199,93,205); }
H1.HeaderClassName
{
color: #C75DCD;
}
.AnyTagClassName
{
color: #C75DCD;
}
</style>
background-color css
<style>
a { background-color: #C75DCD; }
a { background-color: rgb(199,93,205); }
div.DivClassName
{
background-color: #C75DCD;
}
.BgClassName
{
background-color: #C75DCD;
}
</style>
border-color css
<style>
span { border-color: #C75DCD; }
span { border-color: rgb(199,93,205); }
td.TdClassName
{
border-color: #C75DCD;
}
.TagClassName
{
border-color: #C75DCD;
}
</style>