Shades of Fuchsia #C05DB7
Tints of Fuchsia #C05DB7
RGB
CMYK
RGB Variations
Color information
#C05DB7 (or 0xC05DB7) is known color: Fuchsia. HEX triplet: C0, 5D and B7. RGB value is (192,93,183). Sum of RGB (Red+Green+Blue) = 192+93+183=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DB7 is #3FA248. Grayscale: #848484. Windows color (decimal): -4170313 or 12017088. OLE color: 12017088.
HSL color Cylindrical-coordinate representation of color #C05DB7: hue angle of 305.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05DB7 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 183 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.25 |
| HSL | 305.45º | 0.44% | 0.56% | - |
| HSV(B) | 305.45º | 0.52% | 0.75% | - |
| XYZ | 34.2 | 22.45 | 47.33 | - |
| YUV | 132.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 183 | 0 | 0.52 | 0.05 | 0.25 | 305.45 | 0.44 | 0.56 |
| Hex | C0 | 5D | B7 | 0 | 34 | 5 | 19 | 131 | 2C | 38 |
| Octal | 300 | 135 | 267 | 0 | 64 | 5 | 31 | 461 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10110111 | 0 | 110100 | 101 | 11001 | 100110001 | 101100 | 111000 |
Color Harmonies of #C05DB7
Complementary color
Monochromatic Colors of #C05DB7
Black with #C05DB7
Text Example
Text Example
White with #C05DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DB7; }
p { color: rgb(192,93,183); }
H1.HeaderClassName
{
color: #C05DB7;
}
.AnyTagClassName
{
color: #C05DB7;
}
</style>
background-color css
<style>
a { background-color: #C05DB7; }
a { background-color: rgb(192,93,183); }
div.DivClassName
{
background-color: #C05DB7;
}
.BgClassName
{
background-color: #C05DB7;
}
</style>
border-color css
<style>
span { border-color: #C05DB7; }
span { border-color: rgb(192,93,183); }
td.TdClassName
{
border-color: #C05DB7;
}
.TagClassName
{
border-color: #C05DB7;
}
</style>