Shades of Fuchsia #C06FC1
Tints of Fuchsia #C06FC1
RGB
CMYK
RGB Variations
Color information
#C06FC1 (or 0xC06FC1) is known color: Fuchsia. HEX triplet: C0, 6F and C1. RGB value is (192,111,193). Sum of RGB (Red+Green+Blue) = 192+111+193=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #C06FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FC1 is #3F903E. Grayscale: #909090. Windows color (decimal): -4165695 or 12677056. OLE color: 12677056.
HSL color Cylindrical-coordinate representation of color #C06FC1: hue angle of 299.27º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06FC1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 111 | 193 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.24 |
| HSL | 299.27º | 0.4% | 0.6% | - |
| HSV(B) | 299.27º | 0.42% | 0.76% | - |
| XYZ | 37.05 | 26.43 | 53.6 | - |
| YUV | 144.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 193 | 0.01 | 0.42 | 0 | 0.24 | 299.27 | 0.4 | 0.6 |
| Hex | C0 | 6F | C1 | 1 | 2A | 0 | 18 | 12B | 28 | 3C |
| Octal | 300 | 157 | 301 | 1 | 52 | 0 | 30 | 453 | 50 | 74 |
| Binary | 11000000 | 1101111 | 11000001 | 1 | 101010 | 0 | 11000 | 100101011 | 101000 | 111100 |
Color Harmonies of #C06FC1
Complementary color
Monochromatic Colors of #C06FC1
Black with #C06FC1
Text Example
Text Example
White with #C06FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FC1; }
p { color: rgb(192,111,193); }
H1.HeaderClassName
{
color: #C06FC1;
}
.AnyTagClassName
{
color: #C06FC1;
}
</style>
background-color css
<style>
a { background-color: #C06FC1; }
a { background-color: rgb(192,111,193); }
div.DivClassName
{
background-color: #C06FC1;
}
.BgClassName
{
background-color: #C06FC1;
}
</style>
border-color css
<style>
span { border-color: #C06FC1; }
span { border-color: rgb(192,111,193); }
td.TdClassName
{
border-color: #C06FC1;
}
.TagClassName
{
border-color: #C06FC1;
}
</style>