Shades of Fuchsia #C06DBD
Tints of Fuchsia #C06DBD
RGB
CMYK
RGB Variations
Color information
#C06DBD (or 0xC06DBD) is known color: Fuchsia. HEX triplet: C0, 6D and BD. RGB value is (192,109,189). Sum of RGB (Red+Green+Blue) = 192+109+189=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DBD is #3F9242. Grayscale: #8E8E8E. Windows color (decimal): -4166211 or 12414400. OLE color: 12414400.
HSL color Cylindrical-coordinate representation of color #C06DBD: hue angle of 302.17º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06DBD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 189 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.25 |
| HSL | 302.17º | 0.4% | 0.59% | - |
| HSV(B) | 302.17º | 0.43% | 0.75% | - |
| XYZ | 36.39 | 25.82 | 51.21 | - |
| YUV | 142.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 189 | 0 | 0.43 | 0.02 | 0.25 | 302.17 | 0.4 | 0.59 |
| Hex | C0 | 6D | BD | 0 | 2B | 2 | 19 | 12E | 28 | 3B |
| Octal | 300 | 155 | 275 | 0 | 53 | 2 | 31 | 456 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10111101 | 0 | 101011 | 10 | 11001 | 100101110 | 101000 | 111011 |
Color Harmonies of #C06DBD
Complementary color
Monochromatic Colors of #C06DBD
Black with #C06DBD
Text Example
Text Example
White with #C06DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DBD; }
p { color: rgb(192,109,189); }
H1.HeaderClassName
{
color: #C06DBD;
}
.AnyTagClassName
{
color: #C06DBD;
}
</style>
background-color css
<style>
a { background-color: #C06DBD; }
a { background-color: rgb(192,109,189); }
div.DivClassName
{
background-color: #C06DBD;
}
.BgClassName
{
background-color: #C06DBD;
}
</style>
border-color css
<style>
span { border-color: #C06DBD; }
span { border-color: rgb(192,109,189); }
td.TdClassName
{
border-color: #C06DBD;
}
.TagClassName
{
border-color: #C06DBD;
}
</style>