Shades of Fuchsia #C067BC
Tints of Fuchsia #C067BC
RGB
CMYK
RGB Variations
Color information
#C067BC (or 0xC067BC) is known color: Fuchsia. HEX triplet: C0, 67 and BC. RGB value is (192,103,188). Sum of RGB (Red+Green+Blue) = 192+103+188=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C067BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067BC is #3F9843. Grayscale: #8B8B8B. Windows color (decimal): -4167748 or 12347328. OLE color: 12347328.
HSL color Cylindrical-coordinate representation of color #C067BC: hue angle of 302.7º 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 #C067BC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 188 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.25 |
| HSL | 302.7º | 0.41% | 0.58% | - |
| HSV(B) | 302.7º | 0.46% | 0.75% | - |
| XYZ | 35.67 | 24.54 | 50.43 | - |
| YUV | 139.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 188 | 0 | 0.46 | 0.02 | 0.25 | 302.7 | 0.41 | 0.58 |
| Hex | C0 | 67 | BC | 0 | 2E | 2 | 19 | 12F | 29 | 3A |
| Octal | 300 | 147 | 274 | 0 | 56 | 2 | 31 | 457 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10111100 | 0 | 101110 | 10 | 11001 | 100101111 | 101001 | 111010 |
Color Harmonies of #C067BC
Complementary color
Monochromatic Colors of #C067BC
Black with #C067BC
Text Example
Text Example
White with #C067BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067BC; }
p { color: rgb(192,103,188); }
H1.HeaderClassName
{
color: #C067BC;
}
.AnyTagClassName
{
color: #C067BC;
}
</style>
background-color css
<style>
a { background-color: #C067BC; }
a { background-color: rgb(192,103,188); }
div.DivClassName
{
background-color: #C067BC;
}
.BgClassName
{
background-color: #C067BC;
}
</style>
border-color css
<style>
span { border-color: #C067BC; }
span { border-color: rgb(192,103,188); }
td.TdClassName
{
border-color: #C067BC;
}
.TagClassName
{
border-color: #C067BC;
}
</style>