Shades of Fuchsia #C067C1
Tints of Fuchsia #C067C1
RGB
CMYK
RGB Variations
Color information
#C067C1 (or 0xC067C1) is known color: Fuchsia. HEX triplet: C0, 67 and C1. RGB value is (192,103,193). Sum of RGB (Red+Green+Blue) = 192+103+193=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #C067C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067C1 is #3F983E. Grayscale: #8B8B8B. Windows color (decimal): -4167743 or 12675008. OLE color: 12675008.
HSL color Cylindrical-coordinate representation of color #C067C1: hue angle of 299.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C067C1 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 103 | 193 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.24 |
| HSL | 299.33º | 0.42% | 0.58% | - |
| HSV(B) | 299.33º | 0.47% | 0.76% | - |
| XYZ | 36.21 | 24.76 | 53.32 | - |
| YUV | 139.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 193 | 0.01 | 0.47 | 0 | 0.24 | 299.33 | 0.42 | 0.58 |
| Hex | C0 | 67 | C1 | 1 | 2F | 0 | 18 | 12B | 2A | 3A |
| Octal | 300 | 147 | 301 | 1 | 57 | 0 | 30 | 453 | 52 | 72 |
| Binary | 11000000 | 1100111 | 11000001 | 1 | 101111 | 0 | 11000 | 100101011 | 101010 | 111010 |
Color Harmonies of #C067C1
Complementary color
Monochromatic Colors of #C067C1
Black with #C067C1
Text Example
Text Example
White with #C067C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067C1; }
p { color: rgb(192,103,193); }
H1.HeaderClassName
{
color: #C067C1;
}
.AnyTagClassName
{
color: #C067C1;
}
</style>
background-color css
<style>
a { background-color: #C067C1; }
a { background-color: rgb(192,103,193); }
div.DivClassName
{
background-color: #C067C1;
}
.BgClassName
{
background-color: #C067C1;
}
</style>
border-color css
<style>
span { border-color: #C067C1; }
span { border-color: rgb(192,103,193); }
td.TdClassName
{
border-color: #C067C1;
}
.TagClassName
{
border-color: #C067C1;
}
</style>