#C170BA

Color #C170BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C170BA

Tints of Fuchsia #C170BA

Color information

#C170BA (or 0xC170BA) is unknown color: approx Fuchsia. HEX triplet: C1, 70 and BA. RGB value is (193,112,186). Sum of RGB (Red+Green+Blue) = 193+112+186=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C170BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170BA is #3E8F45. Grayscale: #909090. Windows color (decimal): -4099910 or 12218561. OLE color: 12218561.

HSL color Cylindrical-coordinate representation of color #C170BA: hue angle of 305.19º 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 #C170BA is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193112186-
CMYK00.420.040.24
HSL305.19º39.51%59.8%-
HSV(B)305.19º41.97%75.69%-
XYZ36.6526.4749.63-
YUV144.66151.34162.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=39.31%
G=22.81%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311218600.420.040.24305.1939.5159.8
HexC170BA02A418131283c
Octal3011602720524304615074
Binary11000001111000010111010010101010011000100110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170BA; }

 p { color: rgb(193,112,186); }

 H1.HeaderClassName
 {
   color: #C170BA;
 }
 .AnyTagClassName
 {
   color: #C170BA;
 }
</style>
background-color css

<style>
 a { background-color: #C170BA; }

 a { background-color: rgb(193,112,186); }

 div.DivClassName
 {
   background-color: #C170BA;
 }
 .BgClassName
 {
   background-color: #C170BA;
 }
</style>
border-color css

<style>
 span { border-color: #C170BA; }

 span { border-color: rgb(193,112,186); }

 td.TdClassName
 {
   border-color: #C170BA;
 }
 .TagClassName
 {
   border-color: #C170BA;
 }
</style>