Shades of Fuchsia #C05CBD
Tints of Fuchsia #C05CBD
RGB
CMYK
RGB Variations
Color information
#C05CBD (or 0xC05CBD) is known color: Fuchsia. HEX triplet: C0, 5C and BD. RGB value is (192,92,189). Sum of RGB (Red+Green+Blue) = 192+92+189=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CBD is #3FA342. Grayscale: #848484. Windows color (decimal): -4170563 or 12410048. OLE color: 12410048.
HSL color Cylindrical-coordinate representation of color #C05CBD: hue angle of 301.8º 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 #C05CBD is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 189 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.25 |
| HSL | 301.8º | 0.44% | 0.56% | - |
| HSV(B) | 301.8º | 0.52% | 0.75% | - |
| XYZ | 34.75 | 22.53 | 50.66 | - |
| YUV | 132.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 189 | 0 | 0.52 | 0.02 | 0.25 | 301.8 | 0.44 | 0.56 |
| Hex | C0 | 5C | BD | 0 | 34 | 2 | 19 | 12E | 2C | 38 |
| Octal | 300 | 134 | 275 | 0 | 64 | 2 | 31 | 456 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10111101 | 0 | 110100 | 10 | 11001 | 100101110 | 101100 | 111000 |
Color Harmonies of #C05CBD
Complementary color
Monochromatic Colors of #C05CBD
Black with #C05CBD
Text Example
Text Example
White with #C05CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CBD; }
p { color: rgb(192,92,189); }
H1.HeaderClassName
{
color: #C05CBD;
}
.AnyTagClassName
{
color: #C05CBD;
}
</style>
background-color css
<style>
a { background-color: #C05CBD; }
a { background-color: rgb(192,92,189); }
div.DivClassName
{
background-color: #C05CBD;
}
.BgClassName
{
background-color: #C05CBD;
}
</style>
border-color css
<style>
span { border-color: #C05CBD; }
span { border-color: rgb(192,92,189); }
td.TdClassName
{
border-color: #C05CBD;
}
.TagClassName
{
border-color: #C05CBD;
}
</style>