Shades of Fuchsia #C06DB2
Tints of Fuchsia #C06DB2
RGB
CMYK
RGB Variations
Color information
#C06DB2 (or 0xC06DB2) is known color: Fuchsia. HEX triplet: C0, 6D and B2. RGB value is (192,109,178). Sum of RGB (Red+Green+Blue) = 192+109+178=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DB2 is #3F924D. Grayscale: #8D8D8D. Windows color (decimal): -4166222 or 11693504. OLE color: 11693504.
HSL color Cylindrical-coordinate representation of color #C06DB2: hue angle of 310.12º 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 #C06DB2 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 178 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.25 |
| HSL | 310.12º | 0.4% | 0.59% | - |
| HSV(B) | 310.12º | 0.43% | 0.75% | - |
| XYZ | 35.24 | 25.36 | 45.16 | - |
| YUV | 141.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 178 | 0 | 0.43 | 0.07 | 0.25 | 310.12 | 0.4 | 0.59 |
| Hex | C0 | 6D | B2 | 0 | 2B | 7 | 19 | 136 | 28 | 3B |
| Octal | 300 | 155 | 262 | 0 | 53 | 7 | 31 | 466 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10110010 | 0 | 101011 | 111 | 11001 | 100110110 | 101000 | 111011 |
Color Harmonies of #C06DB2
Complementary color
Monochromatic Colors of #C06DB2
Black with #C06DB2
Text Example
Text Example
White with #C06DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DB2; }
p { color: rgb(192,109,178); }
H1.HeaderClassName
{
color: #C06DB2;
}
.AnyTagClassName
{
color: #C06DB2;
}
</style>
background-color css
<style>
a { background-color: #C06DB2; }
a { background-color: rgb(192,109,178); }
div.DivClassName
{
background-color: #C06DB2;
}
.BgClassName
{
background-color: #C06DB2;
}
</style>
border-color css
<style>
span { border-color: #C06DB2; }
span { border-color: rgb(192,109,178); }
td.TdClassName
{
border-color: #C06DB2;
}
.TagClassName
{
border-color: #C06DB2;
}
</style>