Shades of Fuchsia #C06BB1
Tints of Fuchsia #C06BB1
RGB
CMYK
RGB Variations
Color information
#C06BB1 (or 0xC06BB1) is known color: Fuchsia. HEX triplet: C0, 6B and B1. RGB value is (192,107,177). Sum of RGB (Red+Green+Blue) = 192+107+177=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BB1 is #3F944E. Grayscale: #8C8C8C. Windows color (decimal): -4166735 or 11627456. OLE color: 11627456.
HSL color Cylindrical-coordinate representation of color #C06BB1: hue angle of 310.59º 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 #C06BB1 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 177 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.25 |
| HSL | 310.59º | 0.4% | 0.59% | - |
| HSV(B) | 310.59º | 0.44% | 0.75% | - |
| XYZ | 34.93 | 24.9 | 44.56 | - |
| YUV | 140.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 177 | 0 | 0.44 | 0.08 | 0.25 | 310.59 | 0.4 | 0.59 |
| Hex | C0 | 6B | B1 | 0 | 2C | 8 | 19 | 137 | 28 | 3B |
| Octal | 300 | 153 | 261 | 0 | 54 | 10 | 31 | 467 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10110001 | 0 | 101100 | 1000 | 11001 | 100110111 | 101000 | 111011 |
Color Harmonies of #C06BB1
Complementary color
Monochromatic Colors of #C06BB1
Black with #C06BB1
Text Example
Text Example
White with #C06BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BB1; }
p { color: rgb(192,107,177); }
H1.HeaderClassName
{
color: #C06BB1;
}
.AnyTagClassName
{
color: #C06BB1;
}
</style>
background-color css
<style>
a { background-color: #C06BB1; }
a { background-color: rgb(192,107,177); }
div.DivClassName
{
background-color: #C06BB1;
}
.BgClassName
{
background-color: #C06BB1;
}
</style>
border-color css
<style>
span { border-color: #C06BB1; }
span { border-color: rgb(192,107,177); }
td.TdClassName
{
border-color: #C06BB1;
}
.TagClassName
{
border-color: #C06BB1;
}
</style>