Shades of Fuchsia #C06CBD
Tints of Fuchsia #C06CBD
RGB
CMYK
RGB Variations
Color information
#C06CBD (or 0xC06CBD) is known color: Fuchsia. HEX triplet: C0, 6C and BD. RGB value is (192,108,189). Sum of RGB (Red+Green+Blue) = 192+108+189=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBD is #3F9342. Grayscale: #8E8E8E. Windows color (decimal): -4166467 or 12414144. OLE color: 12414144.
HSL color Cylindrical-coordinate representation of color #C06CBD: hue angle of 302.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CBD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 189 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.25 |
| HSL | 302.14º | 0.4% | 0.59% | - |
| HSV(B) | 302.14º | 0.44% | 0.75% | - |
| XYZ | 36.29 | 25.61 | 51.17 | - |
| YUV | 142.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 189 | 0 | 0.44 | 0.02 | 0.25 | 302.14 | 0.4 | 0.59 |
| Hex | C0 | 6C | BD | 0 | 2C | 2 | 19 | 12E | 28 | 3B |
| Octal | 300 | 154 | 275 | 0 | 54 | 2 | 31 | 456 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10111101 | 0 | 101100 | 10 | 11001 | 100101110 | 101000 | 111011 |
Color Harmonies of #C06CBD
Complementary color
Monochromatic Colors of #C06CBD
Black with #C06CBD
Text Example
Text Example
White with #C06CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CBD; }
p { color: rgb(192,108,189); }
H1.HeaderClassName
{
color: #C06CBD;
}
.AnyTagClassName
{
color: #C06CBD;
}
</style>
background-color css
<style>
a { background-color: #C06CBD; }
a { background-color: rgb(192,108,189); }
div.DivClassName
{
background-color: #C06CBD;
}
.BgClassName
{
background-color: #C06CBD;
}
</style>
border-color css
<style>
span { border-color: #C06CBD; }
span { border-color: rgb(192,108,189); }
td.TdClassName
{
border-color: #C06CBD;
}
.TagClassName
{
border-color: #C06CBD;
}
</style>