Html Css Color HEX #C160BA Fuchsia

📋 copy color: '#C160BA'

red 193 ◦ green 96 ◦ blue 186

#C160BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C160BA

Tints of Fuchsia #C160BA

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

 GREEN value IS 96 (37.89% from 255) = 20.21%

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 40.63%
G = 20.21%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C160BA (or 0xC160BA) is known color: Fuchsia. HEX triplet: C1, 60 and BA. RGB value is (193,96,186). Sum of RGB (Red+Green+Blue) = 193+96+186=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C160BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160BA is #3E9F45. Grayscale: #878787. Windows color (decimal): -4104006 or 12214465. OLE color: 12214465.

HSL color Cylindrical-coordinate representation of color #C160BA: hue angle of 304.33º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C160BA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 186 -
CMYK 0 0.50 0.04 0.24
HSL 304.33º 0.44% 0.57% -
HSV(B) 304.33º 0.5% 0.76% -
XYZ 35.04 23.25 49.1 -
YUV 135.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 193 96 186 0 0.50 0.04 0.24 304.33 0.44 0.57
Hex C1 60 BA 0 32 4 18 130 2C 39
Octal 301 140 272 0 62 4 30 460 54 71
Binary 11000001 1100000 10111010 0 110010 100 11000 100110000 101100 111001

Color Harmonies of #C160BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160BA

Black with #C160BA

Text Example


Text Example

White with #C160BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160BA; }

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

 H1.HeaderClassName
 {
   color: #C160BA;
 }
 .AnyTagClassName
 {
   color: #C160BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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