Shades of Fuchsia #C067B1
Tints of Fuchsia #C067B1
RGB
CMYK
RGB Variations
Color information
#C067B1 (or 0xC067B1) is known color: Fuchsia. HEX triplet: C0, 67 and B1. RGB value is (192,103,177). Sum of RGB (Red+Green+Blue) = 192+103+177=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067B1 is #3F984E. Grayscale: #898989. Windows color (decimal): -4167759 or 11626432. OLE color: 11626432.
HSL color Cylindrical-coordinate representation of color #C067B1: hue angle of 310.11º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067B1 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 177 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.25 |
| HSL | 310.11º | 0.41% | 0.58% | - |
| HSV(B) | 310.11º | 0.46% | 0.75% | - |
| XYZ | 34.52 | 24.08 | 44.42 | - |
| YUV | 138.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 177 | 0 | 0.46 | 0.08 | 0.25 | 310.11 | 0.41 | 0.58 |
| Hex | C0 | 67 | B1 | 0 | 2E | 8 | 19 | 136 | 29 | 3A |
| Octal | 300 | 147 | 261 | 0 | 56 | 10 | 31 | 466 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10110001 | 0 | 101110 | 1000 | 11001 | 100110110 | 101001 | 111010 |
Color Harmonies of #C067B1
Complementary color
Monochromatic Colors of #C067B1
Black with #C067B1
Text Example
Text Example
White with #C067B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067B1; }
p { color: rgb(192,103,177); }
H1.HeaderClassName
{
color: #C067B1;
}
.AnyTagClassName
{
color: #C067B1;
}
</style>
background-color css
<style>
a { background-color: #C067B1; }
a { background-color: rgb(192,103,177); }
div.DivClassName
{
background-color: #C067B1;
}
.BgClassName
{
background-color: #C067B1;
}
</style>
border-color css
<style>
span { border-color: #C067B1; }
span { border-color: rgb(192,103,177); }
td.TdClassName
{
border-color: #C067B1;
}
.TagClassName
{
border-color: #C067B1;
}
</style>