Html Css Color HEX #C160BE Fuchsia

📋 copy color: '#C160BE'

red 193 ◦ green 96 ◦ blue 190

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

Shades of Fuchsia #C160BE

Tints of Fuchsia #C160BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 40.29%
G = 20.04%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C160BE (or 0xC160BE) is known color: Fuchsia. HEX triplet: C1, 60 and BE. RGB value is (193,96,190). Sum of RGB (Red+Green+Blue) = 193+96+190=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C160BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160BE is #3E9F41. Grayscale: #878787. Windows color (decimal): -4104002 or 12476609. OLE color: 12476609.

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

Color convert

RGB 193 96 190 -
CMYK 0 0.50 0.02 0.24
HSL 301.86º 0.44% 0.57% -
HSV(B) 301.86º 0.5% 0.76% -
XYZ 35.47 23.42 51.37 -
YUV 135.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 193 96 190 0 0.50 0.02 0.24 301.86 0.44 0.57
Hex C1 60 BE 0 32 2 18 12E 2C 39
Octal 301 140 276 0 62 2 30 456 54 71
Binary 11000001 1100000 10111110 0 110010 10 11000 100101110 101100 111001

Color Harmonies of #C160BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160BE

Black with #C160BE

Text Example


Text Example

White with #C160BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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