Shades of Fuchsia #C05DB5
Tints of Fuchsia #C05DB5
RGB
CMYK
RGB Variations
Color information
#C05DB5 (or 0xC05DB5) is known color: Fuchsia. HEX triplet: C0, 5D and B5. RGB value is (192,93,181). Sum of RGB (Red+Green+Blue) = 192+93+181=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DB5 is #3FA24A. Grayscale: #848484. Windows color (decimal): -4170315 or 11886016. OLE color: 11886016.
HSL color Cylindrical-coordinate representation of color #C05DB5: hue angle of 306.67º 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 #C05DB5 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 181 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.25 |
| HSL | 306.67º | 0.44% | 0.56% | - |
| HSV(B) | 306.67º | 0.52% | 0.75% | - |
| XYZ | 33.99 | 22.37 | 46.24 | - |
| YUV | 132.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 181 | 0 | 0.52 | 0.06 | 0.25 | 306.67 | 0.44 | 0.56 |
| Hex | C0 | 5D | B5 | 0 | 34 | 6 | 19 | 133 | 2C | 38 |
| Octal | 300 | 135 | 265 | 0 | 64 | 6 | 31 | 463 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10110101 | 0 | 110100 | 110 | 11001 | 100110011 | 101100 | 111000 |
Color Harmonies of #C05DB5
Complementary color
Monochromatic Colors of #C05DB5
Black with #C05DB5
Text Example
Text Example
White with #C05DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DB5; }
p { color: rgb(192,93,181); }
H1.HeaderClassName
{
color: #C05DB5;
}
.AnyTagClassName
{
color: #C05DB5;
}
</style>
background-color css
<style>
a { background-color: #C05DB5; }
a { background-color: rgb(192,93,181); }
div.DivClassName
{
background-color: #C05DB5;
}
.BgClassName
{
background-color: #C05DB5;
}
</style>
border-color css
<style>
span { border-color: #C05DB5; }
span { border-color: rgb(192,93,181); }
td.TdClassName
{
border-color: #C05DB5;
}
.TagClassName
{
border-color: #C05DB5;
}
</style>