Shades of Fuchsia #C06DBE
Tints of Fuchsia #C06DBE
RGB
CMYK
RGB Variations
Color information
#C06DBE (or 0xC06DBE) is known color: Fuchsia. HEX triplet: C0, 6D and BE. RGB value is (192,109,190). Sum of RGB (Red+Green+Blue) = 192+109+190=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DBE is #3F9241. Grayscale: #8E8E8E. Windows color (decimal): -4166210 or 12479936. OLE color: 12479936.
HSL color Cylindrical-coordinate representation of color #C06DBE: hue angle of 301.45º 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 #C06DBE is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 190 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.25 |
| HSL | 301.45º | 0.4% | 0.59% | - |
| HSV(B) | 301.45º | 0.43% | 0.75% | - |
| XYZ | 36.5 | 25.86 | 51.78 | - |
| YUV | 143.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 190 | 0 | 0.43 | 0.01 | 0.25 | 301.45 | 0.4 | 0.59 |
| Hex | C0 | 6D | BE | 0 | 2B | 1 | 19 | 12D | 28 | 3B |
| Octal | 300 | 155 | 276 | 0 | 53 | 1 | 31 | 455 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10111110 | 0 | 101011 | 1 | 11001 | 100101101 | 101000 | 111011 |
Color Harmonies of #C06DBE
Complementary color
Monochromatic Colors of #C06DBE
Black with #C06DBE
Text Example
Text Example
White with #C06DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DBE; }
p { color: rgb(192,109,190); }
H1.HeaderClassName
{
color: #C06DBE;
}
.AnyTagClassName
{
color: #C06DBE;
}
</style>
background-color css
<style>
a { background-color: #C06DBE; }
a { background-color: rgb(192,109,190); }
div.DivClassName
{
background-color: #C06DBE;
}
.BgClassName
{
background-color: #C06DBE;
}
</style>
border-color css
<style>
span { border-color: #C06DBE; }
span { border-color: rgb(192,109,190); }
td.TdClassName
{
border-color: #C06DBE;
}
.TagClassName
{
border-color: #C06DBE;
}
</style>