Shades of Fuchsia #C067BE
Tints of Fuchsia #C067BE
RGB
CMYK
RGB Variations
Color information
#C067BE (or 0xC067BE) is known color: Fuchsia. HEX triplet: C0, 67 and BE. RGB value is (192,103,190). Sum of RGB (Red+Green+Blue) = 192+103+190=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C067BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067BE is #3F9841. Grayscale: #8B8B8B. Windows color (decimal): -4167746 or 12478400. OLE color: 12478400.
HSL color Cylindrical-coordinate representation of color #C067BE: hue angle of 301.35º 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 #C067BE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 190 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.25 |
| HSL | 301.35º | 0.41% | 0.58% | - |
| HSV(B) | 301.35º | 0.46% | 0.75% | - |
| XYZ | 35.88 | 24.62 | 51.58 | - |
| YUV | 139.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 190 | 0 | 0.46 | 0.01 | 0.25 | 301.35 | 0.41 | 0.58 |
| Hex | C0 | 67 | BE | 0 | 2E | 1 | 19 | 12D | 29 | 3A |
| Octal | 300 | 147 | 276 | 0 | 56 | 1 | 31 | 455 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10111110 | 0 | 101110 | 1 | 11001 | 100101101 | 101001 | 111010 |
Color Harmonies of #C067BE
Complementary color
Monochromatic Colors of #C067BE
Black with #C067BE
Text Example
Text Example
White with #C067BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067BE; }
p { color: rgb(192,103,190); }
H1.HeaderClassName
{
color: #C067BE;
}
.AnyTagClassName
{
color: #C067BE;
}
</style>
background-color css
<style>
a { background-color: #C067BE; }
a { background-color: rgb(192,103,190); }
div.DivClassName
{
background-color: #C067BE;
}
.BgClassName
{
background-color: #C067BE;
}
</style>
border-color css
<style>
span { border-color: #C067BE; }
span { border-color: rgb(192,103,190); }
td.TdClassName
{
border-color: #C067BE;
}
.TagClassName
{
border-color: #C067BE;
}
</style>