Shades of Fuchsia #C165BC
Tints of Fuchsia #C165BC
RGB
CMYK
RGB Variations
Color information
#C165BC (or 0xC165BC) is known color: Fuchsia. HEX triplet: C1, 65 and BC. RGB value is (193,101,188). Sum of RGB (Red+Green+Blue) = 193+101+188=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C165BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165BC is #3E9A43. Grayscale: #8A8A8A. Windows color (decimal): -4102724 or 12346817. OLE color: 12346817.
HSL color Cylindrical-coordinate representation of color #C165BC: hue angle of 303.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C165BC is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 188 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.24 |
| HSL | 303.26º | 0.43% | 0.58% | - |
| HSV(B) | 303.26º | 0.48% | 0.76% | - |
| XYZ | 35.72 | 24.28 | 50.38 | - |
| YUV | 138.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 188 | 0 | 0.48 | 0.03 | 0.24 | 303.26 | 0.43 | 0.58 |
| Hex | C1 | 65 | BC | 0 | 30 | 3 | 18 | 12F | 2B | 3A |
| Octal | 301 | 145 | 274 | 0 | 60 | 3 | 30 | 457 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10111100 | 0 | 110000 | 11 | 11000 | 100101111 | 101011 | 111010 |
Color Harmonies of #C165BC
Complementary color
Monochromatic Colors of #C165BC
Black with #C165BC
Text Example
Text Example
White with #C165BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165BC; }
p { color: rgb(193,101,188); }
H1.HeaderClassName
{
color: #C165BC;
}
.AnyTagClassName
{
color: #C165BC;
}
</style>
background-color css
<style>
a { background-color: #C165BC; }
a { background-color: rgb(193,101,188); }
div.DivClassName
{
background-color: #C165BC;
}
.BgClassName
{
background-color: #C165BC;
}
</style>
border-color css
<style>
span { border-color: #C165BC; }
span { border-color: rgb(193,101,188); }
td.TdClassName
{
border-color: #C165BC;
}
.TagClassName
{
border-color: #C165BC;
}
</style>