Shades of Fuchsia #C06DB4
Tints of Fuchsia #C06DB4
RGB
CMYK
RGB Variations
Color information
#C06DB4 (or 0xC06DB4) is known color: Fuchsia. HEX triplet: C0, 6D and B4. RGB value is (192,109,180). Sum of RGB (Red+Green+Blue) = 192+109+180=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DB4 is #3F924B. Grayscale: #8D8D8D. Windows color (decimal): -4166220 or 11824576. OLE color: 11824576.
HSL color Cylindrical-coordinate representation of color #C06DB4: hue angle of 308.67º 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 #C06DB4 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 180 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.25 |
| HSL | 308.67º | 0.4% | 0.59% | - |
| HSV(B) | 308.67º | 0.43% | 0.75% | - |
| XYZ | 35.45 | 25.44 | 46.22 | - |
| YUV | 141.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 180 | 0 | 0.43 | 0.06 | 0.25 | 308.67 | 0.4 | 0.59 |
| Hex | C0 | 6D | B4 | 0 | 2B | 6 | 19 | 135 | 28 | 3B |
| Octal | 300 | 155 | 264 | 0 | 53 | 6 | 31 | 465 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10110100 | 0 | 101011 | 110 | 11001 | 100110101 | 101000 | 111011 |
Color Harmonies of #C06DB4
Complementary color
Monochromatic Colors of #C06DB4
Black with #C06DB4
Text Example
Text Example
White with #C06DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DB4; }
p { color: rgb(192,109,180); }
H1.HeaderClassName
{
color: #C06DB4;
}
.AnyTagClassName
{
color: #C06DB4;
}
</style>
background-color css
<style>
a { background-color: #C06DB4; }
a { background-color: rgb(192,109,180); }
div.DivClassName
{
background-color: #C06DB4;
}
.BgClassName
{
background-color: #C06DB4;
}
</style>
border-color css
<style>
span { border-color: #C06DB4; }
span { border-color: rgb(192,109,180); }
td.TdClassName
{
border-color: #C06DB4;
}
.TagClassName
{
border-color: #C06DB4;
}
</style>