Shades of Fuchsia #C06BB8
Tints of Fuchsia #C06BB8
RGB
CMYK
RGB Variations
Color information
#C06BB8 (or 0xC06BB8) is known color: Fuchsia. HEX triplet: C0, 6B and B8. RGB value is (192,107,184). Sum of RGB (Red+Green+Blue) = 192+107+184=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BB8 is #3F9447. Grayscale: #8C8C8C. Windows color (decimal): -4166728 or 12086208. OLE color: 12086208.
HSL color Cylindrical-coordinate representation of color #C06BB8: hue angle of 305.65º 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 #C06BB8 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 184 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.25 |
| HSL | 305.65º | 0.4% | 0.59% | - |
| HSV(B) | 305.65º | 0.44% | 0.75% | - |
| XYZ | 35.65 | 25.18 | 48.33 | - |
| YUV | 141.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 184 | 0 | 0.44 | 0.04 | 0.25 | 305.65 | 0.4 | 0.59 |
| Hex | C0 | 6B | B8 | 0 | 2C | 4 | 19 | 132 | 28 | 3B |
| Octal | 300 | 153 | 270 | 0 | 54 | 4 | 31 | 462 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10111000 | 0 | 101100 | 100 | 11001 | 100110010 | 101000 | 111011 |
Color Harmonies of #C06BB8
Complementary color
Monochromatic Colors of #C06BB8
Black with #C06BB8
Text Example
Text Example
White with #C06BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06BB8; }
p { color: rgb(192,107,184); }
H1.HeaderClassName
{
color: #C06BB8;
}
.AnyTagClassName
{
color: #C06BB8;
}
</style>
background-color css
<style>
a { background-color: #C06BB8; }
a { background-color: rgb(192,107,184); }
div.DivClassName
{
background-color: #C06BB8;
}
.BgClassName
{
background-color: #C06BB8;
}
</style>
border-color css
<style>
span { border-color: #C06BB8; }
span { border-color: rgb(192,107,184); }
td.TdClassName
{
border-color: #C06BB8;
}
.TagClassName
{
border-color: #C06BB8;
}
</style>